aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc
diff options
context:
space:
mode:
authorMark Fortescue <mark@mtfhpc.demon.co.uk>2007-08-04 21:17:18 -0700
committerDavid S. Miller <davem@davemloft.net>2007-08-04 21:17:18 -0700
commitc8154c8a9aaf548ad91e413da8b319858e37bc52 (patch)
tree66eff4ac8794001064181c694d556a2dafbe2214 /include/asm-sparc
parentLinux 2.6.23-rc2 (diff)
downloadlinux-dev-c8154c8a9aaf548ad91e413da8b319858e37bc52.tar.xz
linux-dev-c8154c8a9aaf548ad91e413da8b319858e37bc52.zip
[SPARC32]: Fix build.
Correct incorrect removal of asm-generic/fcntl.h from asm-sparc/fcntl.h by commit 6ba60d2195cd65d72eaf7ce3903a707c5bf20c7b. Signed-off-by: Mark Fortescue <mark@mtfhpc.demon.co.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc')
-rw-r--r--include/asm-sparc/fcntl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sparc/fcntl.h b/include/asm-sparc/fcntl.h
index 7bbdfc77accd..5ec546349fc8 100644
--- a/include/asm-sparc/fcntl.h
+++ b/include/asm-sparc/fcntl.h
@@ -32,5 +32,6 @@
#define __ARCH_FLOCK_PAD short __unused;
#define __ARCH_FLOCK64_PAD short __unused;
+#include <asm-generic/fcntl.h>
#endif