Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] remove asm-xtensa/ipc.h

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>

authored by

Stephen Rothwell and committed by
Linus Torvalds
58c853c6 1934b8b6

-17
-1
arch/xtensa/kernel/syscalls.c
··· 42 42 #include <asm/mman.h> 43 43 #include <asm/shmparam.h> 44 44 #include <asm/page.h> 45 - #include <asm/ipc.h> 46 45 47 46 extern void do_syscall_trace(void); 48 47 typedef int (*syscall_t)(void *a0,...);
-16
include/asm-xtensa/ipc.h
··· 1 - /* 2 - * include/asm-xtensa/ipc.h 3 - * 4 - * This file is subject to the terms and conditions of the GNU General 5 - * Public License. See the file "COPYING" in the main directory of 6 - * this archive for more details. 7 - * 8 - * Copyright (C) 2001 - 2005 Tensilica Inc. 9 - */ 10 - 11 - #ifndef _XTENSA_IPC_H 12 - #define _XTENSA_IPC_H 13 - 14 - #include <asm-generic/ipc.h> 15 - 16 - #endif /* _XTENSA_IPC_H */