From: Mark Fortescue Date: Sun, 5 Aug 2007 04:17:18 +0000 (-0700) Subject: [SPARC32]: Fix build. X-Git-Tag: v2.6.23-rc3~97^2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=c8154c8a9aaf548ad91e413da8b319858e37bc52;p=~emulex%2Finfiniband.git [SPARC32]: Fix build. Correct incorrect removal of asm-generic/fcntl.h from asm-sparc/fcntl.h by commit 6ba60d2195cd65d72eaf7ce3903a707c5bf20c7b. Signed-off-by: Mark Fortescue Signed-off-by: David S. Miller --- diff --git a/include/asm-sparc/fcntl.h b/include/asm-sparc/fcntl.h index 7bbdfc77acc..5ec546349fc 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 #endif