X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-arm%2Ftypes.h;h=3141451a9bd62c2b553a21ebf8aff59e958c66d5;hb=d284142cbad66832d5072a0aebeca7bd9ca841b7;hp=22992ee0627ac3fb5c87bfa4c297184b8bfd1628;hpb=da1f136c26d45c57e8b2d711bf17a6e5ec4de2d1;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-arm/types.h b/include/asm-arm/types.h index 22992ee0627..3141451a9bd 100644 --- a/include/asm-arm/types.h +++ b/include/asm-arm/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__ */