projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68c931c
)
generic: rtl8367: fix a typo in MODULE_DEVICE_TABLE macro
author
Gabor Juhos
<juhosg@openwrt.org>
Sat, 6 Apr 2013 12:37:34 +0000
(12:37 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Sat, 6 Apr 2013 12:37:34 +0000
(12:37 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36219
target/linux/generic/files/drivers/net/phy/rtl8367.c
patch
|
blob
|
history
diff --git
a/target/linux/generic/files/drivers/net/phy/rtl8367.c
b/target/linux/generic/files/drivers/net/phy/rtl8367.c
index 8d4d0d3e7a18c397f2c959eee91d5db5828d7608..cab07c831bc6fc01ed5ea859398fad264cf22b8c 100644
(file)
--- a/
target/linux/generic/files/drivers/net/phy/rtl8367.c
+++ b/
target/linux/generic/files/drivers/net/phy/rtl8367.c
@@
-1739,7
+1739,7
@@
static const struct of_device_id rtl8367_match[] = {
{ .compatible = "realtek,rtl8367" },
{},
};
-MODULE_DEVICE_TABLE(of, rtl83
7
67_match);
+MODULE_DEVICE_TABLE(of, rtl8367_match);
#endif
static struct platform_driver rtl8367_driver = {