]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PATCH] remove asm-xtensa/ipc.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Sun, 10 Jul 2005 13:12:01 +0000 (23:12 +1000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 10 Jul 2005 19:23:24 +0000 (12:23 -0700)
Now that sys_ipc has been removed from xtensa, asm/ipc.h is no longer
needed for that architecture.  Not tested, but obviously correct.  This
file is included only from arch code and this patch also removes the only
inclusion.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/xtensa/kernel/syscalls.c
include/asm-xtensa/ipc.h [deleted file]

index 3540d8b119f39fee1d79c1df0751e96cfdcb9aad..7270509c44de89828b677c2efa43aa88f2d1f5c2 100644 (file)
@@ -42,7 +42,6 @@
 #include <asm/mman.h>
 #include <asm/shmparam.h>
 #include <asm/page.h>
-#include <asm/ipc.h>
 
 extern void do_syscall_trace(void);
 typedef int (*syscall_t)(void *a0,...);
diff --git a/include/asm-xtensa/ipc.h b/include/asm-xtensa/ipc.h
deleted file mode 100644 (file)
index a9eed4e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * include/asm-xtensa/ipc.h
- *
- * This file is subject to the terms and conditions of the GNU General
- * Public License.  See the file "COPYING" in the main directory of
- * this archive for more details.
- *
- * Copyright (C) 2001 - 2005 Tensilica Inc.
- */
-
-#ifndef _XTENSA_IPC_H
-#define _XTENSA_IPC_H
-
-#include <asm-generic/ipc.h>
-
-#endif /* _XTENSA_IPC_H */