Hi all,

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 <[EMAIL PROTECTED]>
---
 arch/xtensa/kernel/syscalls.c |    1 -
 include/asm-xtensa/ipc.h      |   16 ----------------
 2 files changed, 17 deletions(-)

-- 
Cheers,
Stephen Rothwell                    [EMAIL PROTECTED]
http://www.canb.auug.org.au/~sfr/

diff -ruNp linus/arch/xtensa/kernel/syscalls.c 
linus-xtensa/arch/xtensa/kernel/syscalls.c
--- linus/arch/xtensa/kernel/syscalls.c 2005-07-08 15:18:27.000000000 +1000
+++ linus-xtensa/arch/xtensa/kernel/syscalls.c  2005-07-10 23:00:52.000000000 
+1000
@@ -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 -ruNp linus/include/asm-xtensa/ipc.h linus-xtensa/include/asm-xtensa/ipc.h
--- linus/include/asm-xtensa/ipc.h      2005-07-01 09:58:50.000000000 +1000
+++ linus-xtensa/include/asm-xtensa/ipc.h       1970-01-01 10:00:00.000000000 
+1000
@@ -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 */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to