summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-01-06 20:16:07 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-01-06 20:16:07 +0000
commit9a41a375f8f55a0f83ca2fc7fd244acde43c3e63 (patch)
treecbc39cb8a3997fd1d6495be89e1ed6a01f6ad98f /target
parentea2e68a6484193c857c559a96248ac9219253209 (diff)
[ar71xx] fix typo after r19054
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19059 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
index 90475b6cb..ef135efd1 100644
--- a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
+++ b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h
@@ -481,7 +481,7 @@ static inline int ag71xx_debugfs_root_init(void) { return 0; }
static inline void ag71xx_debugfs_root_exit(void) {}
static inline int ag71xx_debugfs_init(struct ag71xx *ag) { return 0; }
static inline void ag71xx_debugfs_exit(struct ag71xx *ag) {}
-static inline void ag71xx_debug_update_int_stats(struct ag71xx *ag,
+static inline void ag71xx_debugfs_update_int_stats(struct ag71xx *ag,
u32 status) {}
#endif /* CONFIG_AG71XX_DEBUG_FS */