Skip to content

Commit

Permalink
[PATCH] remove asm-xtensa/ipc.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Rothwell authored and Linus Torvalds committed Jul 10, 2005
1 parent 1934b8b commit 58c853c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion arch/xtensa/kernel/syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,...);
Expand Down
16 changes: 0 additions & 16 deletions include/asm-xtensa/ipc.h

This file was deleted.

0 comments on commit 58c853c

Please sign in to comment.