| commit | 2ef4c01e180902a0197f959f84d4ae1d8eb18888 | [log] [tgz] |
|---|---|---|
| author | Sam Ravnborg <sam@ravnborg.org> | Fri Jan 02 21:31:13 2009 -0800 |
| committer | David S. Miller <davem@davemloft.net> | Fri Jan 02 21:31:13 2009 -0800 |
| tree | 191dfbbec79b4a0d919a693a0350de6ceb04737f | |
| parent | 7c59d28d0e798fff1ebfedcf7821cbd5513091bd [diff] |
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>