[PATCH] Centralise definitions of sector_t and blkcnt_t
[deliverable/linux.git] / include / asm-sh / types.h
index 3c09dd4ca31cabb7d59e3d56415a2638839eeb1a..fd00dbb82f84ff8122784d663578dd5ca935d8fa 100644 (file)
@@ -52,16 +52,6 @@ typedef unsigned long long u64;
 
 typedef u32 dma_addr_t;
 
-#ifdef CONFIG_LBD
-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__ */
This page took 0.034454 seconds and 5 git commands to generate.