summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@mindspring.com>2007-04-10 06:23:27 -0400
committerRalf Baechle <ralf@linux-mips.org>2007-04-27 16:20:25 +0100
commita4c9bb7d22aa61ec585984f46df185669e557e3d (patch)
treee657c363b6cdd95ae210ab40e53707657f91745a /include
parent05bc284a719b778243f51e23c88fe6cefe6b219b (diff)
downloadop-kernel-dev-a4c9bb7d22aa61ec585984f46df185669e557e3d.zip
op-kernel-dev-a4c9bb7d22aa61ec585984f46df185669e557e3d.tar.gz
[MIPS] Replace old fashioned "__typeof" with "__typeof__".
[Robert's original log message said this was a bug but it isn't, it's just very old fashioned syntax that is not (no longer?) documented in the gcc documentation. So for the sake of uniformity I'm applying his patch but with a modified log message. -- Ralf] Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/paccess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/paccess.h b/include/asm-mips/paccess.h
index 147844e..8c08fa9 100644
--- a/include/asm-mips/paccess.h
+++ b/include/asm-mips/paccess.h
@@ -34,7 +34,7 @@ struct __large_pstruct { unsigned long buf[100]; };
#define __get_dbe(x,ptr,size) \
({ \
long __gu_err; \
- __typeof(*(ptr)) __gu_val; \
+ __typeof__(*(ptr)) __gu_val; \
unsigned long __gu_addr; \
__asm__("":"=r" (__gu_val)); \
__gu_addr = (unsigned long) (ptr); \
OpenPOWER on IntegriCloud