diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-06 12:37:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-06 12:37:34 +0000 |
commit | 585d19d1689d853c266b2a0e3ddca62f8652332d (patch) | |
tree | b900772997a1dd7d951fa89055faa8b2ddd54223 | |
parent | 68c931c6372076093622fc9cfa0277992e11c390 (diff) | |
download | upstream-585d19d1689d853c266b2a0e3ddca62f8652332d.tar.gz upstream-585d19d1689d853c266b2a0e3ddca62f8652332d.tar.bz2 upstream-585d19d1689d853c266b2a0e3ddca62f8652332d.zip |
generic: rtl8367: fix a typo in MODULE_DEVICE_TABLE macro
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36219
-rw-r--r-- | target/linux/generic/files/drivers/net/phy/rtl8367.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/files/drivers/net/phy/rtl8367.c b/target/linux/generic/files/drivers/net/phy/rtl8367.c index 8d4d0d3e7a..cab07c831b 100644 --- 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, rtl83767_match); +MODULE_DEVICE_TABLE(of, rtl8367_match); #endif static struct platform_driver rtl8367_driver = { |