From: Jan Dittmer <jdi@l4x.org>
Date: Mon, 06 Aug 2007 09:31:55 +0200
Fix below has already been submmited.
BTW, you'll have much better luck with reports like this if you
direct them to the platform specific mailing list, which would
be sparclinux@vger.kernel.org in this case.
commit c8154c8a9aaf548ad91e413da8b319858e37bc52
Author: Mark Fortescue <mark@mtfhpc.demon.co.uk>
Date: Sat Aug 4 21:17:18 2007 -0700
[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>
diff --git a/include/asm-sparc/fcntl.h b/include/asm-sparc/fcntl.h
index 7bbdfc7..5ec5463 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
-