From 63d4998c3dbca3b7cc6ce144f2d0c68dafb64fe8 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Sun, 10 Jul 2005 23:12:01 +1000 Subject: [PATCH] --- yaml --- r: 4426 b: refs/heads/master c: 58c853c6eabe93ab5e5daf7150fbb4e562acbb79 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/xtensa/kernel/syscalls.c | 1 - trunk/include/asm-xtensa/ipc.h | 16 ---------------- 3 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 trunk/include/asm-xtensa/ipc.h diff --git a/[refs] b/[refs] index 5158e78e6c58..22b870a6d821 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1934b8b6561ee7804b0a671b48cf642fcd936b2c +refs/heads/master: 58c853c6eabe93ab5e5daf7150fbb4e562acbb79 diff --git a/trunk/arch/xtensa/kernel/syscalls.c b/trunk/arch/xtensa/kernel/syscalls.c index 3540d8b119f3..7270509c44de 100644 --- a/trunk/arch/xtensa/kernel/syscalls.c +++ b/trunk/arch/xtensa/kernel/syscalls.c @@ -42,7 +42,6 @@ #include #include #include -#include extern void do_syscall_trace(void); typedef int (*syscall_t)(void *a0,...); diff --git a/trunk/include/asm-xtensa/ipc.h b/trunk/include/asm-xtensa/ipc.h deleted file mode 100644 index a9eed4e21cb9..000000000000 --- a/trunk/include/asm-xtensa/ipc.h +++ /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 - -#endif /* _XTENSA_IPC_H */