diff options
Diffstat (limited to 'include/asm-i386')
-rw-r--r-- | include/asm-i386/types.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-i386/types.h b/include/asm-i386/types.h index 4b4b295..ad0a55b 100644 --- a/include/asm-i386/types.h +++ b/include/asm-i386/types.h @@ -57,16 +57,6 @@ typedef u32 dma_addr_t; #endif typedef u64 dma64_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__ */ |