diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2011-05-24 23:35:55 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2011-05-24 23:35:55 +0200 |
commit | 354258011e8e86961f7a72ad154ca8caf0c4c6f7 (patch) | |
tree | e1c680e692a9cdddaabece1fe73dd85928bd1b23 /arch/powerpc/include/asm/suspend.h | |
parent | 4e2d9491a78929badcf774869b458486acb96365 (diff) | |
download | talos-op-linux-354258011e8e86961f7a72ad154ca8caf0c4c6f7.tar.gz talos-op-linux-354258011e8e86961f7a72ad154ca8caf0c4c6f7.zip |
PM / Hibernate: Remove arch_prepare_suspend()
All architectures supporting hibernation define
arch_prepare_suspend() as an empty function, so remove it.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/powerpc/include/asm/suspend.h')
-rw-r--r-- | arch/powerpc/include/asm/suspend.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/include/asm/suspend.h b/arch/powerpc/include/asm/suspend.h deleted file mode 100644 index c6efc3466aa6..000000000000 --- a/arch/powerpc/include/asm/suspend.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __ASM_POWERPC_SUSPEND_H -#define __ASM_POWERPC_SUSPEND_H - -static inline int arch_prepare_suspend(void) { return 0; } - -#endif /* __ASM_POWERPC_SUSPEND_H */ |