aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/siginfo_no.h
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2009-03-17 08:47:11 +1000
committerGreg Ungerer <gerg@uclinux.org>2009-03-17 08:47:11 +1000
commit7a2cf4af1554d891b440cc3a649d01ed222206c3 (patch)
treea6472e779055a87ab8af0b370cab4c571357ae0f /arch/m68k/include/asm/siginfo_no.h
parentm68k: use the MMU version of unistd.h for all m68k platforms (diff)
downloadlinux-dev-7a2cf4af1554d891b440cc3a649d01ed222206c3.tar.xz
linux-dev-7a2cf4af1554d891b440cc3a649d01ed222206c3.zip
m68k: merge the non-MMU and MMU versions of siginfo.h
It is trivial to merge the non-MMU and MMU versions of siginfo.h. Without a single file "make headers_install" is broken for m68k (since each of the sub-varients of siginfo.h are not installed). Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to '')
-rw-r--r--arch/m68k/include/asm/siginfo_no.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/m68k/include/asm/siginfo_no.h b/arch/m68k/include/asm/siginfo_no.h
deleted file mode 100644
index b18e5f4064ae..000000000000
--- a/arch/m68k/include/asm/siginfo_no.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _M68KNOMMU_SIGINFO_H
-#define _M68KNOMMU_SIGINFO_H
-
-#include <asm-generic/siginfo.h>
-
-#endif