projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4aadbd
)
kernel: rtl8367b: drop redundant compatible
author
Mathias Kresin
<dev@kresin.me>
Wed, 20 Jun 2018 20:10:50 +0000
(22:10 +0200)
committer
Mathias 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
patch
|
blob
|
history
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);