diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-10-17 02:29:24 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:42:55 -0400 |
commit | cba4fbbff2e9722e93b28e18fa7714b9013cbdda (patch) | |
tree | 6c070671e8df2d1e37fd50d7f2504d99a3f62c5f /arch/powerpc | |
parent | 4af3c9cc4fad54c3627e9afebf905aafde5690ed (diff) |
remove include/asm-*/ipc.h
All asm/ipc.h files do only #include <asm-generic/ipc.h>.
This patch therefore removes all include/asm-*/ipc.h files and moves the
contents of include/asm-generic/ipc.h to include/linux/ipc.h.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: <linux-arch@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/kernel/sys_ppc32.c | 2 | ||||
-rw-r--r-- | arch/powerpc/kernel/syscalls.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/sys_ppc32.c b/arch/powerpc/kernel/sys_ppc32.c index bd85b5fd08c8..4a4f5c6b560b 100644 --- a/arch/powerpc/kernel/sys_ppc32.c +++ b/arch/powerpc/kernel/sys_ppc32.c | |||
@@ -41,10 +41,10 @@ | |||
41 | #include <linux/compat.h> | 41 | #include <linux/compat.h> |
42 | #include <linux/ptrace.h> | 42 | #include <linux/ptrace.h> |
43 | #include <linux/elf.h> | 43 | #include <linux/elf.h> |
44 | #include <linux/ipc.h> | ||
44 | 45 | ||
45 | #include <asm/ptrace.h> | 46 | #include <asm/ptrace.h> |
46 | #include <asm/types.h> | 47 | #include <asm/types.h> |
47 | #include <asm/ipc.h> | ||
48 | #include <asm/uaccess.h> | 48 | #include <asm/uaccess.h> |
49 | #include <asm/unistd.h> | 49 | #include <asm/unistd.h> |
50 | #include <asm/semaphore.h> | 50 | #include <asm/semaphore.h> |
diff --git a/arch/powerpc/kernel/syscalls.c b/arch/powerpc/kernel/syscalls.c index f85f402ceaef..3b1d5dd65643 100644 --- a/arch/powerpc/kernel/syscalls.c +++ b/arch/powerpc/kernel/syscalls.c | |||
@@ -38,7 +38,6 @@ | |||
38 | #include <linux/personality.h> | 38 | #include <linux/personality.h> |
39 | 39 | ||
40 | #include <asm/uaccess.h> | 40 | #include <asm/uaccess.h> |
41 | #include <asm/ipc.h> | ||
42 | #include <asm/semaphore.h> | 41 | #include <asm/semaphore.h> |
43 | #include <asm/syscalls.h> | 42 | #include <asm/syscalls.h> |
44 | #include <asm/time.h> | 43 | #include <asm/time.h> |