From: Hannes Eder Date: Sat, 13 Dec 2008 05:20:03 +0000 (-0800) Subject: mISDN: hfcmulti: use __iomem address space modifier X-Git-Tag: v2.6.29-rc1~581^2~235 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c31655fcf2c61f209aab8f4169b0e4afe49b581d;p=pandora-kernel.git 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] *addr Signed-off-by: Hannes Eder Acked-by: Karsten Keil Signed-off-by: David S. Miller --- Reading git-diff-tree failed