score: add address space annotations
authorArnd Bergmann <arnd@arndb.de>
Sat, 27 Jun 2009 13:05:30 +0000 (15:05 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 27 Jun 2009 13:09:52 +0000 (15:09 +0200)
Annotate the address space for pointers that are used
correctly with __user and __iomem, so that sparse
can better warn about incorrect casts.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

No differences found