From: Sam Ravnborg Date: Sat, 3 Jan 2009 05:31:13 +0000 (-0800) Subject: sparc: fix warning in userspace header jsflash.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2ef4c01e180902a0197f959f84d4ae1d8eb18888;p=mv-sheeva.git sparc: fix warning in userspace header jsflash.h Fix following warnings in jsflash.h: jsflash.h:11: include of is preferred over jsflash.h:24: found __[us]{8,16,32,64} type without #include Fixed by changing the include to Signed-off-by: Sam Ravnborg Signed-off-by: David S. Miller --- diff --git a/arch/sparc/include/asm/jsflash.h b/arch/sparc/include/asm/jsflash.h index 3457f29bd73..0717d9e39d2 100644 --- a/arch/sparc/include/asm/jsflash.h +++ b/arch/sparc/include/asm/jsflash.h @@ -8,7 +8,7 @@ #define _SPARC_JSFLASH_H #ifndef _SPARC_TYPES_H -#include +#include #endif /*