summaryrefslogtreecommitdiffstats
path: root/include/asm-xtensa/sembuf.h
diff options
context:
space:
mode:
authorChris Zankel2006-12-10 11:18:48 +0100
committerLinus Torvalds2006-12-10 18:55:39 +0100
commit173d6681380aa1d60dfc35ed7178bd7811ba2784 (patch)
tree9d6d4d2c6dd791499ebab558647efb67ac88ae3a /include/asm-xtensa/sembuf.h
parent[PATCH] xtensa: fix irq and misc fixes (diff)
downloadkernel-qcow2-linux-173d6681380aa1d60dfc35ed7178bd7811ba2784.tar.gz
kernel-qcow2-linux-173d6681380aa1d60dfc35ed7178bd7811ba2784.tar.xz
kernel-qcow2-linux-173d6681380aa1d60dfc35ed7178bd7811ba2784.zip
[PATCH] xtensa: remove extra header files
The Xtensa port contained many header files that were never needed. This rather lengthy patch removes all those files. Unfortunately, there were many dependencies that needed to be updated, so this patch touches quite a few source files. Signed-off-by: Chris Zankel <chris@zankel.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-xtensa/sembuf.h')
-rw-r--r--include/asm-xtensa/sembuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-xtensa/sembuf.h b/include/asm-xtensa/sembuf.h
index 2d26c47666fe..c15870493b33 100644
--- a/include/asm-xtensa/sembuf.h
+++ b/include/asm-xtensa/sembuf.h
@@ -25,7 +25,7 @@
struct semid64_ds {
struct ipc64_perm sem_perm; /* permissions .. see ipc.h */
-#if XCHAL_HAVE_LE
+#ifdef __XTENSA_EL__
__kernel_time_t sem_otime; /* last semop time */
unsigned long __unused1;
__kernel_time_t sem_ctime; /* last change time */