From patchwork Thu Jan 1 22:40:27 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/4] sparc: fix warning in userspace header jsflash.h From: Sam Ravnborg X-Patchwork-Id: 16243 Message-Id: <1230849630-22482-1-git-send-email-sam@ravnborg.org> To: David Miller , sparclinux Cc: Sam Ravnborg Date: Thu, 1 Jan 2009 23:40:27 +0100 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 --- arch/sparc/include/asm/jsflash.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/sparc/include/asm/jsflash.h b/arch/sparc/include/asm/jsflash.h index 3457f29..0717d9e 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 /*