From: Jo-Philipp Wich Date: Wed, 6 Jan 2010 20:16:07 +0000 (+0000) Subject: [ar71xx] fix typo after r19054 X-Git-Tag: v12.09~9028 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=2bbf2a3c19705646df46036ef86b1b424d81645d;hp=078ec5611589b59928322a5cd9e8b94d87ccfa37;p=openwrt-github%2F.git [ar71xx] fix typo after r19054 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19059 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h index 90475b6cb6..ef135efd1f 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 */