mISDN: hfcmulti: use __iomem address space modifier
authorHannes Eder <hannes@hanneseder.net>
Sat, 13 Dec 2008 05:20:03 +0000 (21:20 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Dec 2008 05:20:03 +0000 (21:20 -0800)
commitc31655fcf2c61f209aab8f4169b0e4afe49b581d
treef2b7c3a953f691817bf43575d6440573f94a698b
parentc46f0a2d40f7ceb5fb696309bcd088ac75d0fe20
mISDN: hfcmulti: use __iomem address space modifier

Impact: make use of the __iomem address space modifier, and change u_char *,
u_short * and u_int * to void *

Fix more than 30 sparse warnings of this or similar type:

  drivers/isdn/hardware/mISDN/hfcmulti.c:261:31: warning: incorrect type in argument 2 (different address spaces)
  drivers/isdn/hardware/mISDN/hfcmulti.c:261:31:    got unsigned char [usertype] *
  drivers/isdn/hardware/mISDN/hfcmulti.c:261:31:    expected void volatile [noderef] <asn:2>*addr

Signed-off-by: Hannes Eder <hannes@hanneseder.net>
Acked-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/hardware/mISDN/hfc_multi.h
drivers/isdn/hardware/mISDN/hfcmulti.c