linux/drivers/isdn/hardware/mISDN
Hannes Eder c31655fcf2 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>
2008-12-12 21:20:03 -08:00
..
Kconfig Remove deprecated virt_to_bus() 2008-07-28 12:21:25 +02:00
Makefile Add mISDN HFC multiport driver 2008-07-27 02:00:43 +02:00
hfc_multi.h mISDN: hfcmulti: use __iomem address space modifier 2008-12-12 21:20:03 -08:00
hfc_pci.h mISDN: endian annotations for struct zt 2008-09-22 19:16:20 -07:00
hfcmulti.c mISDN: hfcmulti: use __iomem address space modifier 2008-12-12 21:20:03 -08:00
hfcpci.c mISDN: annotate iomem pointer and add statics 2008-09-22 19:16:51 -07:00