diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-01-06 20:16:07 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-01-06 20:16:07 +0000 |
commit | d8bd549d717f702d2c71b12a24fbdf307f19a2f6 (patch) | |
tree | 6580913591193c5fe6a6ce4bf8b619f4be5f689c /target/linux | |
parent | 6769fc65bb34f42ecb1259b53a26d23da92741cb (diff) | |
download | upstream-d8bd549d717f702d2c71b12a24fbdf307f19a2f6.tar.gz upstream-d8bd549d717f702d2c71b12a24fbdf307f19a2f6.tar.bz2 upstream-d8bd549d717f702d2c71b12a24fbdf307f19a2f6.zip |
fix typo after r19054
SVN-Revision: 19059
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx.h | 2 |
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 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 */ |