aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2018-06-20 22:10:50 +0200
committerMathias Kresin <dev@kresin.me>2018-06-25 20:52:18 +0200
commitf9e7f193344fcee585b454e3884297f721187f4a (patch)
treef5de6d9282ec4eb814699d793b844c44f487c351 /target/linux/generic/files/drivers
parentc4aadbdaf69bad3fbb3ef54601a3629ba24a6e9b (diff)
downloadupstream-f9e7f193344fcee585b454e3884297f721187f4a.tar.gz
upstream-f9e7f193344fcee585b454e3884297f721187f4a.tar.bz2
upstream-f9e7f193344fcee585b454e3884297f721187f4a.zip
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 <dev@kresin.me>
Diffstat (limited to 'target/linux/generic/files/drivers')
-rw-r--r--target/linux/generic/files/drivers/net/phy/rtl8367b.c1
1 files changed, 0 insertions, 1 deletions
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);