1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-06 14:20:23 +03:00

[ar71xx] fix typo after r19054

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19059 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-01-06 20:16:07 +00:00
parent ea2e68a648
commit 9a41a375f8

View File

@ -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 */