linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / linux / types.h
index b6d865e..08848a1 100644 (file)
@@ -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.