[PATCH] spufs: fix sparse warnings
authorArnd Bergmann <arnd@arndb.de>
Wed, 4 Jan 2006 19:31:31 +0000 (20:31 +0100)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 04:44:52 +0000 (15:44 +1100)
One local variable is missing an __iomem modifier,
in another place, we pass a completely unused argument
with a missing __user modifier.

Signed-off-by: Arnd Bergmann <arndb@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found