aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-04-06 12:37:34 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-04-06 12:37:34 +0000
commitd705fd0c51ed448d5a75e6eb5e28f0b532d30174 (patch)
tree7acb61dd826632466f757e53d37ed049c3544df4 /target/linux
parentb2b815c577d8da5debf91b1b5ac8657ee3d255f5 (diff)
downloadupstream-d705fd0c51ed448d5a75e6eb5e28f0b532d30174.tar.gz
upstream-d705fd0c51ed448d5a75e6eb5e28f0b532d30174.tar.bz2
upstream-d705fd0c51ed448d5a75e6eb5e28f0b532d30174.zip
generic: rtl8367: fix a typo in MODULE_DEVICE_TABLE macro
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36219 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/generic/files/drivers/net/phy/rtl8367.c2
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 = {