kernel: rtl8367b: drop redundant compatible
authorMathias Kresin <dev@kresin.me>
Wed, 20 Jun 2018 20:10:50 +0000 (22:10 +0200)
committerMathias Kresin <dev@kresin.me>
Mon, 25 Jun 2018 18:52:18 +0000 (20:52 +0200)
Remove the compatible without vendor prefix. It is formal wrong and not
used in the tree.

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/generic/files/drivers/net/phy/rtl8367b.c

index dbf440a00ccc09664bfbac7abd63f3569ef884af..e6ea6509ae061cf23fe521bd1c8cf51384c4dcd3 100644 (file)
@@ -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);