diff options
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/abx500/ab8500.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/abx500/ab8500.h b/include/linux/mfd/abx500/ab8500.h index dbec7b00ea83..fa7173dd71f2 100644 --- a/include/linux/mfd/abx500/ab8500.h +++ b/include/linux/mfd/abx500/ab8500.h | |||
| @@ -347,8 +347,10 @@ static inline int is_ab8500_2p0(struct ab8500 *ab) | |||
| 347 | 347 | ||
| 348 | #ifdef CONFIG_AB8500_DEBUG | 348 | #ifdef CONFIG_AB8500_DEBUG |
| 349 | void ab8500_dump_all_banks(struct device *dev); | 349 | void ab8500_dump_all_banks(struct device *dev); |
| 350 | void ab8500_debug_register_interrupt(int line); | ||
| 350 | #else | 351 | #else |
| 351 | static inline void ab8500_dump_all_banks(struct device *dev) {} | 352 | static inline void ab8500_dump_all_banks(struct device *dev) {} |
| 353 | static inline void ab8500_debug_register_interrupt(int line) {} | ||
| 352 | #endif | 354 | #endif |
| 353 | 355 | ||
| 354 | #endif /* MFD_AB8500_H */ | 356 | #endif /* MFD_AB8500_H */ |
