From: Mathias Kresin Date: Wed, 20 Jun 2018 20:10:50 +0000 (+0200) Subject: kernel: rtl8367b: drop redundant compatible X-Git-Tag: v19.07.0-rc1~3335 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f9e7f193344fcee585b454e3884297f721187f4a;p=oweals%2Fopenwrt.git 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 --- diff --git a/target/linux/generic/files/drivers/net/phy/rtl8367b.c b/target/linux/generic/files/drivers/net/phy/rtl8367b.c index dbf440a00c..e6ea6509ae 100644 --- a/target/linux/generic/files/drivers/net/phy/rtl8367b.c +++ b/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);