fix typo after r19054
SVN-Revision: 19059
This commit is contained in:
parent
6769fc65bb
commit
d8bd549d71
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue