diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/atmel.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/platform_data/atmel.h b/include/linux/platform_data/atmel.h index 3c8825b67298..7b6dce7d6d33 100644 --- a/include/linux/platform_data/atmel.h +++ b/include/linux/platform_data/atmel.h | |||
| @@ -52,6 +52,13 @@ struct atmel_uart_data { | |||
| 52 | }; | 52 | }; |
| 53 | 53 | ||
| 54 | /* FIXME: this needs a better location, but gets stuff building again */ | 54 | /* FIXME: this needs a better location, but gets stuff building again */ |
| 55 | #ifdef CONFIG_ATMEL_PM | ||
| 55 | extern int at91_suspend_entering_slow_clock(void); | 56 | extern int at91_suspend_entering_slow_clock(void); |
| 57 | #else | ||
| 58 | static inline int at91_suspend_entering_slow_clock(void) | ||
| 59 | { | ||
| 60 | return 0; | ||
| 61 | } | ||
| 62 | #endif | ||
| 56 | 63 | ||
| 57 | #endif /* __ATMEL_H__ */ | 64 | #endif /* __ATMEL_H__ */ |
