X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-sh%2Ftypes.h;h=fd00dbb82f84ff8122784d663578dd5ca935d8fa;hb=a2f44b27303a5353859d77a3e96a1d3f33f56ab7;hp=cb7e183a0a6beabbec8b1b0dd14d3fd53886caaa;hpb=134734d875a0a48d994ef20b9905209b4b8b6f75;p=linux-2.6.git diff --git a/include/asm-sh/types.h b/include/asm-sh/types.h index cb7e183a0..fd00dbb82 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,11 +52,6 @@ typedef unsigned long long u64; typedef u32 dma_addr_t; -#ifdef CONFIG_LBD -typedef u64 sector_t; -#define HAVE_SECTOR_T -#endif - #endif /* __ASSEMBLY__ */ #endif /* __KERNEL__ */