diff options
author | David Howells <dhowells@redhat.com> | 2012-10-09 10:47:31 +0200 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-09 10:47:31 +0200 |
commit | 9807f75955ea7f1877981056755284481873115c (patch) | |
tree | 1e80f10ee622a1638d4b0835030d0d69b0492c55 /arch/s390/include/asm/siginfo.h | |
parent | Merge branch 'akpm' (Andrew's patch-bomb) (diff) | |
download | linux-9807f75955ea7f1877981056755284481873115c.tar.xz linux-9807f75955ea7f1877981056755284481873115c.zip |
UAPI: (Scripted) Disintegrate arch/s390/include/asm
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/s390/include/asm/siginfo.h')
-rw-r--r-- | arch/s390/include/asm/siginfo.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/s390/include/asm/siginfo.h b/arch/s390/include/asm/siginfo.h deleted file mode 100644 index 91fd3e4b70ce..000000000000 --- a/arch/s390/include/asm/siginfo.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * S390 version - * - * Derived from "include/asm-i386/siginfo.h" - */ - -#ifndef _S390_SIGINFO_H -#define _S390_SIGINFO_H - -#ifdef __s390x__ -#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int)) -#endif - -#include <asm-generic/siginfo.h> - -#endif |