X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Ftypes.h;h=08848a1255297ee45888e954ab77685cc94da71a;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=b6d865e8be05c4c064b4b2897bb28d446a515ba1;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/include/linux/types.h b/include/linux/types.h index b6d865e8b..08848a125 100644 --- a/include/linux/types.h +++ b/include/linux/types.h @@ -139,10 +139,6 @@ typedef __s64 int64_t; typedef unsigned long sector_t; #endif -#ifndef HAVE_BLKCNT_T -typedef unsigned long blkcnt_t; -#endif - /* * The type of an index into the pagecache. Use a #define so asm/types.h * can override it.