diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-05-15 00:52:00 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2009-06-12 21:32:31 +0200 |
commit | 1380a37e3da5d9e14ea5c2a4c6ab2b307a2798ea (patch) | |
tree | d3f29c303e4b10180d18b2159b9e04e3b4354d55 /arch/s390/include | |
parent | 08687aec71bc9134fe336e561f6877bacf74fc0a (diff) | |
download | blackbird-op-linux-1380a37e3da5d9e14ea5c2a4c6ab2b307a2798ea.tar.gz blackbird-op-linux-1380a37e3da5d9e14ea5c2a4c6ab2b307a2798ea.zip |
PM: Remove unused asm/suspend.h
This patch removes unused asm/suspend.h files for
the following architectures:
alpha, arm, ia64, m68k, mips, s390, um
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/s390/include')
-rw-r--r-- | arch/s390/include/asm/suspend.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/s390/include/asm/suspend.h b/arch/s390/include/asm/suspend.h deleted file mode 100644 index 1f34580e67a7..000000000000 --- a/arch/s390/include/asm/suspend.h +++ /dev/null @@ -1,5 +0,0 @@ -#ifndef __ASM_S390_SUSPEND_H -#define __ASM_S390_SUSPEND_H - -#endif - |