X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-cris%2Ftypes.h;h=5a21c42bc6c593ca28c7a2afdecd73e56047d2bf;hb=b6257a9036f06878a0f02354d5a07f155e1cfee0;hp=8fa6d6c7afce5f19de6c0bac4abbffd0f4bdd646;hpb=3334c39f1815d2911238c43f40840c3c7b378165;p=linux-2.6 diff --git a/include/asm-cris/types.h b/include/asm-cris/types.h index 8fa6d6c7af..5a21c42bc6 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__ */