]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-i386/types.h
[PATCH] fix silly ARM non-EABI build error
[linux-2.6-omap-h63xx.git] / include / asm-i386 / types.h
index ced00fe8fe61c0667840795158b234c58fa35ebc..4b4b295ccdb9b75deca70c45467571cd7fdf5c38 100644 (file)
@@ -35,7 +35,6 @@ typedef unsigned long long __u64;
 
 #ifndef __ASSEMBLY__
 
-#include <linux/config.h>
 
 typedef signed char s8;
 typedef unsigned char u8;
@@ -63,6 +62,11 @@ typedef u64 sector_t;
 #define HAVE_SECTOR_T
 #endif
 
+#ifdef CONFIG_LSF
+typedef u64 blkcnt_t;
+#define HAVE_BLKCNT_T
+#endif
+
 #endif /* __ASSEMBLY__ */
 
 #endif /* __KERNEL__ */