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/mips | |
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/mips')
-rw-r--r-- | arch/mips/kernel/linux32.c | 2 | ||||
-rw-r--r-- | arch/mips/kernel/syscall.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/linux32.c b/arch/mips/kernel/linux32.c index d6e01215fb2b..2b8ec1102e86 100644 --- a/arch/mips/kernel/linux32.c +++ b/arch/mips/kernel/linux32.c | |||
@@ -35,12 +35,12 @@ | |||
35 | #include <linux/security.h> | 35 | #include <linux/security.h> |
36 | #include <linux/compat.h> | 36 | #include <linux/compat.h> |
37 | #include <linux/vfs.h> | 37 | #include <linux/vfs.h> |
38 | #include <linux/ipc.h> | ||
38 | 39 | ||
39 | #include <net/sock.h> | 40 | #include <net/sock.h> |
40 | #include <net/scm.h> | 41 | #include <net/scm.h> |
41 | 42 | ||
42 | #include <asm/compat-signal.h> | 43 | #include <asm/compat-signal.h> |
43 | #include <asm/ipc.h> | ||
44 | #include <asm/sim.h> | 44 | #include <asm/sim.h> |
45 | #include <asm/uaccess.h> | 45 | #include <asm/uaccess.h> |
46 | #include <asm/mmu_context.h> | 46 | #include <asm/mmu_context.h> |
diff --git a/arch/mips/kernel/syscall.c b/arch/mips/kernel/syscall.c index 17c4374d2209..b95fe93dd646 100644 --- a/arch/mips/kernel/syscall.c +++ b/arch/mips/kernel/syscall.c | |||
@@ -28,11 +28,11 @@ | |||
28 | #include <linux/shm.h> | 28 | #include <linux/shm.h> |
29 | #include <linux/compiler.h> | 29 | #include <linux/compiler.h> |
30 | #include <linux/module.h> | 30 | #include <linux/module.h> |
31 | #include <linux/ipc.h> | ||
31 | 32 | ||
32 | #include <asm/branch.h> | 33 | #include <asm/branch.h> |
33 | #include <asm/cachectl.h> | 34 | #include <asm/cachectl.h> |
34 | #include <asm/cacheflush.h> | 35 | #include <asm/cacheflush.h> |
35 | #include <asm/ipc.h> | ||
36 | #include <asm/asm-offsets.h> | 36 | #include <asm/asm-offsets.h> |
37 | #include <asm/signal.h> | 37 | #include <asm/signal.h> |
38 | #include <asm/sim.h> | 38 | #include <asm/sim.h> |