From f9e7f193344fcee585b454e3884297f721187f4a Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Wed, 20 Jun 2018 22:10:50 +0200 Subject: [PATCH 1/1] 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 --- target/linux/generic/files/drivers/net/phy/rtl8367b.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.30.2