Browse Source

kernel: rtl8367b: drop redundant compatible

Remove the compatible without vendor prefix. It is formal wrong and not
used in the tree.

Signed-off-by: Mathias Kresin <[email protected]>
Mathias Kresin 7 years ago
parent
commit
f9e7f19334
1 changed files with 0 additions and 1 deletions
  1. 0 1
      target/linux/generic/files/drivers/net/phy/rtl8367b.c

+ 0 - 1
target/linux/generic/files/drivers/net/phy/rtl8367b.c

@@ -1585,7 +1585,6 @@ static void rtl8367b_shutdown(struct platform_device *pdev)
 #ifdef CONFIG_OF
 static const struct of_device_id rtl8367b_match[] = {
 	{ .compatible = "realtek,rtl8367b" },
-	{ .compatible = "rtl8367b" },
 	{},
 };
 MODULE_DEVICE_TABLE(of, rtl8367b_match);