X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-cris%2Ftypes.h;h=5a21c42bc6c593ca28c7a2afdecd73e56047d2bf;hb=151f6398301c30670456efd0c4801aa721d557b9;hp=8fa6d6c7afce5f19de6c0bac4abbffd0f4bdd646;hpb=661299d9d0437a0ff72240f3d60016ac3a361a6e;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-cris/types.h b/include/asm-cris/types.h index 8fa6d6c7afc..5a21c42bc6c 100644 --- a/include/asm-cris/types.h +++ b/include/asm-cris/types.h @@ -19,9 +19,9 @@ typedef unsigned short __u16; typedef __signed__ int __s32; typedef unsigned int __u32; -#if defined(__GNUC__) && !defined(__STRICT_ANSI__) -typedef __signed__ long long __s64; -typedef unsigned long long __u64; +#if defined(__GNUC__) +__extension__ typedef __signed__ long long __s64; +__extension__ typedef unsigned long long __u64; #endif #endif /* __ASSEMBLY__ */ @@ -52,8 +52,6 @@ typedef unsigned long long u64; typedef u32 dma_addr_t; typedef u32 dma64_addr_t; -typedef unsigned short kmem_bufctl_t; - #endif /* __ASSEMBLY__ */ #endif /* __KERNEL__ */