[-mm patch] fix include/asm-xtensa/unistd.h compilation

From: Adrian Bunk
Date: Sat Dec 02 2006 - 12:55:35 EST


<-- snip -->

...
In file included from
/home/bunk/linux/kernel-2.6/linux-2.6.19-rc6-mm2/include/linux/unistd.h:7,
from
/home/bunk/linux/kernel-2.6/linux-2.6.19-rc6-mm2/init/main.c:46:
include2/asm/unistd.h:235:2: error: #endif without #if
make[2]: *** [init/main.o] Error 1

<-- snip -->

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.19-rc6-mm2/include/asm-xtensa/unistd.h.old 2006-12-02 18:32:53.000000000 +0100
+++ linux-2.6.19-rc6-mm2/include/asm-xtensa/unistd.h 2006-12-02 18:35:01.000000000 +0100
@@ -218,6 +218,8 @@

#define SYSXTENSA_COUNT 5 /* count of syscall0 functions*/

+#ifdef __KERNEL__
+
/*
* "Conditional" syscalls
*

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