staging: rtl8187se: add missing __iomem annotation
authorTeodora Baluta <teobaluta@gmail.com>
Sat, 19 Oct 2013 18:09:46 +0000 (21:09 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 Oct 2013 21:54:49 +0000 (14:54 -0700)
commit8e87b1b3d2c75a41884cf255d1c4224013b9cd4a
tree2e4889dec6f72d0e2e66fc736824274fd8a6c028
parent8b65c5bb090e36e151d206ea3ace1484406292a5
staging: rtl8187se: add missing __iomem annotation

Fix the following type of sparse warnings:

drivers/staging/rtl8187se/r8180_core.c:163:48: warning: incorrect type in argument 1 (different address spaces)
drivers/staging/rtl8187se/r8180_core.c:163:48:    expected void const volatile [noderef] <asn:2>*addr
drivers/staging/rtl8187se/r8180_core.c:163:48:    got unsigned char [usertype] *

Signed-off-by: Teodora Baluta <teobaluta@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8187se/r8180_core.c