projects
/
openwrt
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
kernel: rtl8367b: drop redundant compatible
[openwrt/openwrt.git]
/
target
/
linux
/
generic
/
files
/
drivers
/
net
/
phy
/
rtl8367b.c
diff --git
a/target/linux/generic/files/drivers/net/phy/rtl8367b.c
b/target/linux/generic/files/drivers/net/phy/rtl8367b.c
index dbf440a00ccc09664bfbac7abd63f3569ef884af..e6ea6509ae061cf23fe521bd1c8cf51384c4dcd3 100644
(file)
--- 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);