X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Fasm-s390%2Ftypes.h;h=fc5d7cf19324be9160352b7ce0675619278ec23e;hb=902b236c087bf021c94cc21a2b09d928c4156c2b;hp=d0be3e477013de865a513c84096753eb9b1e6bfb;hpb=1d6ae775d7a948c9575658eb41184fd2e506c0df;p=cascardo%2Flinux.git diff --git a/include/asm-s390/types.h b/include/asm-s390/types.h index d0be3e477013..fc5d7cf19324 100644 --- a/include/asm-s390/types.h +++ b/include/asm-s390/types.h @@ -58,7 +58,6 @@ typedef __signed__ long saddr_t; #ifndef __ASSEMBLY__ -#include typedef signed char s8; typedef unsigned char u8; @@ -88,11 +87,6 @@ typedef union { } subreg; } register_pair; -#ifdef CONFIG_LBD -typedef u64 sector_t; -#define HAVE_SECTOR_T -#endif - #endif /* ! __s390x__ */ #endif /* __ASSEMBLY__ */ #endif /* __KERNEL__ */