aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers/net/phy/rtl8366_smi.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-27 17:09:43 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-27 17:09:43 +0000
commit9217115687d4abf15e898b185da07cac883f5c82 (patch)
tree4949fc90d226600260d3118cc538066268df7815 /target/linux/generic/files/drivers/net/phy/rtl8366_smi.h
parent466ef3017307579de1bb529097427a009d562623 (diff)
downloadupstream-9217115687d4abf15e898b185da07cac883f5c82.tar.gz
upstream-9217115687d4abf15e898b185da07cac883f5c82.tar.bz2
upstream-9217115687d4abf15e898b185da07cac883f5c82.zip
generic: rtl8366_smi: rename debugfs Kconfig symbol
SVN-Revision: 31915
Diffstat (limited to 'target/linux/generic/files/drivers/net/phy/rtl8366_smi.h')
-rw-r--r--target/linux/generic/files/drivers/net/phy/rtl8366_smi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/files/drivers/net/phy/rtl8366_smi.h b/target/linux/generic/files/drivers/net/phy/rtl8366_smi.h
index 5c60a3093f..ea5e6dbd6c 100644
--- a/target/linux/generic/files/drivers/net/phy/rtl8366_smi.h
+++ b/target/linux/generic/files/drivers/net/phy/rtl8366_smi.h
@@ -52,7 +52,7 @@ struct rtl8366_smi {
int vlan4k_enabled;
char buf[4096];
-#ifdef CONFIG_RTL8366S_PHY_DEBUG_FS
+#ifdef CONFIG_RTL8366_SMI_DEBUG_FS
struct dentry *debugfs_root;
u16 dbg_reg;
u8 dbg_vlan_4k_page;
@@ -112,7 +112,7 @@ int rtl8366_reset_vlan(struct rtl8366_smi *smi);
int rtl8366_enable_vlan(struct rtl8366_smi *smi, int enable);
int rtl8366_enable_all_ports(struct rtl8366_smi *smi, int enable);
-#ifdef CONFIG_RTL8366S_PHY_DEBUG_FS
+#ifdef CONFIG_RTL8366_SMI_DEBUG_FS
int rtl8366_debugfs_open(struct inode *inode, struct file *file);
#endif