X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-arm%2Ftypes.h;h=3141451a9bd62c2b553a21ebf8aff59e958c66d5;hb=a04ff1af9723607f5901b79c559357e37cee6823;hp=22992ee0627ac3fb5c87bfa4c297184b8bfd1628;hpb=c08319a9d50b5c9cb4fdb33728bd16497cf4ddd3;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__ */