From 585d19d1689d853c266b2a0e3ddca62f8652332d Mon Sep 17 00:00:00 2001
From: Gabor Juhos <juhosg@openwrt.org>
Date: Sat, 6 Apr 2013 12:37:34 +0000
Subject: [PATCH] generic: rtl8367: fix a typo in MODULE_DEVICE_TABLE macro

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 36219
---
 target/linux/generic/files/drivers/net/phy/rtl8367.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 = {
-- 
2.30.2