X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sh%2Ftypes.h;h=fd00dbb82f84ff8122784d663578dd5ca935d8fa;hb=7616ee95f27a04fd5a6434e9ef4a82cec4b2807c;hp=488552f43b2a17bf866168f8636d91d1fa14d448;hpb=79072f38909e3d9883317238887460c39ddcc4cb;p=linux-2.6 diff --git a/include/asm-sh/types.h b/include/asm-sh/types.h index 488552f43b..fd00dbb82f 100644 --- a/include/asm-sh/types.h +++ b/include/asm-sh/types.h @@ -35,7 +35,6 @@ typedef unsigned long long __u64; #ifndef __ASSEMBLY__ -#include typedef __signed__ char s8; typedef unsigned char u8; @@ -53,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__ */