]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sh/types.h
[TG3]: add amd8131 to "write reorder" chipsets
[linux-2.6-omap-h63xx.git] / include / asm-sh / types.h
index cb7e183a0a6beabbec8b1b0dd14d3fd53886caaa..3c09dd4ca31cabb7d59e3d56415a2638839eeb1a 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;
@@ -58,6 +57,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__ */