aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r/include/uapi/asm/siginfo.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-06-03 21:01:02 +0200
committerThomas Gleixner <tglx@linutronix.de>2017-06-04 15:11:47 +0200
commit6bc51cbaa9d75c7c240282da5ff270815caccac0 (patch)
tree3d5f47734e31a809e5c35c926e9937ab3e41e2f6 /arch/m32r/include/uapi/asm/siginfo.h
parentsignal: Move copy_siginfo_to_user to <linux/signal.h> (diff)
downloadlinux-dev-6bc51cbaa9d75c7c240282da5ff270815caccac0.tar.xz
linux-dev-6bc51cbaa9d75c7c240282da5ff270815caccac0.zip
signal: Remove non-uapi <asm/siginfo.h>
By moving the kernel side __SI_* defintions right next to the userspace ones we can kill the non-uapi versions of <asm/siginfo.h> include include/asm-generic/siginfo.h and untangle the unholy mess of includes. [ tglx: Removed uapi/asm/siginfo.h from m32r, microblaze, mn10300 and score ] Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: linux-arch@vger.kernel.org Cc: Fenghua Yu <fenghua.yu@intel.com> Cc: Tony Luck <tony.luck@intel.com> Cc: linux-ia64@vger.kernel.org Cc: Arnd Bergmann <arnd@arndb.de> Cc: sparclinux@vger.kernel.org Cc: "David S. Miller" <davem@davemloft.net> Link: http://lkml.kernel.org/r/20170603190102.28866-6-hch@lst.de
Diffstat (limited to '')
-rw-r--r--arch/m32r/include/uapi/asm/siginfo.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/m32r/include/uapi/asm/siginfo.h b/arch/m32r/include/uapi/asm/siginfo.h
deleted file mode 100644
index 7d9cd9ebfd0e..000000000000
--- a/arch/m32r/include/uapi/asm/siginfo.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _M32R_SIGINFO_H
-#define _M32R_SIGINFO_H
-
-#include <asm-generic/siginfo.h>
-
-#endif /* _M32R_SIGINFO_H */