X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-powerpc%2Ftypes.h;h=3b363757a2bbf7370cdcff220becf11313f2fd8f;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=ec3c2ee8bf86e7a52e59e6531904b881cfce4801;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/include/asm-powerpc/types.h b/include/asm-powerpc/types.h index ec3c2ee8b..3b363757a 100644 --- a/include/asm-powerpc/types.h +++ b/include/asm-powerpc/types.h @@ -64,7 +64,6 @@ typedef struct { #ifndef __ASSEMBLY__ -#include typedef signed char s8; typedef unsigned char u8; @@ -98,11 +97,6 @@ typedef struct { unsigned long env; } func_descr_t; -#ifdef CONFIG_LBD -typedef u64 sector_t; -#define HAVE_SECTOR_T -#endif - #endif /* __ASSEMBLY__ */ #endif /* __KERNEL__ */