X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-sh%2Ftypes.h;h=488552f43b2a17bf866168f8636d91d1fa14d448;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=c4dc126c56211cac02e2b92c06b4151cc555bf73;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/include/asm-sh/types.h b/include/asm-sh/types.h index c4dc126c5..488552f43 100644 --- a/include/asm-sh/types.h +++ b/include/asm-sh/types.h @@ -58,7 +58,10 @@ typedef u64 sector_t; #define HAVE_SECTOR_T #endif -typedef unsigned int kmem_bufctl_t; +#ifdef CONFIG_LSF +typedef u64 blkcnt_t; +#define HAVE_BLKCNT_T +#endif #endif /* __ASSEMBLY__ */