summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel/syscall.c
diff options
context:
space:
mode:
authorChris Zankel2006-12-13 09:34:32 +0100
committerLinus Torvalds2006-12-13 18:05:50 +0100
commit1c0350bd0c9b59957760e67516973db35bafa050 (patch)
treeaf78ff82f439fdc1d60340cfe253d2840509b0e1 /arch/xtensa/kernel/syscall.c
parent[PATCH] PM: Fix SMP races in the freezer (diff)
downloadkernel-qcow2-linux-1c0350bd0c9b59957760e67516973db35bafa050.tar.gz
kernel-qcow2-linux-1c0350bd0c9b59957760e67516973db35bafa050.tar.xz
kernel-qcow2-linux-1c0350bd0c9b59957760e67516973db35bafa050.zip
[PATCH] Xtensa: Add ktermios and minor filename fix
The kernel termios (ktermios) changes were somehow missed for Xtensa. This patch adds the ktermios structure and also includes some minor file name fix that was missed in the syscall patch. Signed-off-by: Chris Zankel <chris@zankel.net> Acked-by: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/xtensa/kernel/syscall.c')
-rw-r--r--arch/xtensa/kernel/syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/kernel/syscall.c b/arch/xtensa/kernel/syscall.c
index 418268f49766..fe3834bc1dbf 100644
--- a/arch/xtensa/kernel/syscall.c
+++ b/arch/xtensa/kernel/syscall.c
@@ -16,7 +16,7 @@
*
*/
#include <asm/uaccess.h>
-#include <asm/syscalls.h>
+#include <asm/syscall.h>
#include <asm/unistd.h>
#include <linux/linkage.h>
#include <linux/stringify.h>