diff options
Diffstat (limited to 'include/asm-ppc/suspend.h')
-rw-r--r-- | include/asm-ppc/suspend.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/asm-ppc/suspend.h b/include/asm-ppc/suspend.h deleted file mode 100644 index 3df9f32bd834..000000000000 --- a/include/asm-ppc/suspend.h +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | static inline int arch_prepare_suspend(void) | ||
2 | { | ||
3 | return 0; | ||
4 | } | ||
5 | |||
6 | static inline void save_processor_state(void) | ||
7 | { | ||
8 | } | ||
9 | |||
10 | static inline void restore_processor_state(void) | ||
11 | { | ||
12 | } | ||