]> git.openfabrics.org - ~emulex/infiniband.git/commit
sparc: fix warning in userspace header jsflash.h
authorSam Ravnborg <sam@ravnborg.org>
Sat, 3 Jan 2009 05:31:13 +0000 (21:31 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 3 Jan 2009 05:31:13 +0000 (21:31 -0800)
commit2ef4c01e180902a0197f959f84d4ae1d8eb18888
tree191dfbbec79b4a0d919a693a0350de6ceb04737f
parent7c59d28d0e798fff1ebfedcf7821cbd5513091bd
sparc: fix warning in userspace header jsflash.h

Fix following warnings in jsflash.h:

jsflash.h:11: include of <linux/types.h> is preferred over <asm/types.h>
jsflash.h:24: found __[us]{8,16,32,64} type without #include <linux/types.h>

Fixed by changing the include to <linux/types.h>

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/jsflash.h