]> 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 c4dc126c56211cac02e2b92c06b4151cc555bf73..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,7 +57,10 @@ typedef u64 sector_t;
 #define HAVE_SECTOR_T
 #endif
 
-typedef unsigned int kmem_bufctl_t;
+#ifdef CONFIG_LSF
+typedef u64 blkcnt_t;
+#define HAVE_BLKCNT_T
+#endif
 
 #endif /* __ASSEMBLY__ */