diff options
author | Mark Fortescue <mark@mtfhpc.demon.co.uk> | 2007-08-04 21:17:18 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-08-04 21:17:18 -0700 |
commit | c8154c8a9aaf548ad91e413da8b319858e37bc52 (patch) | |
tree | 66eff4ac8794001064181c694d556a2dafbe2214 /include/asm-sparc/fcntl.h | |
parent | d4ac2477fad0f2680e84ec12e387ce67682c5c13 (diff) |
[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/fcntl.h')
-rw-r--r-- | include/asm-sparc/fcntl.h | 1 |
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 |