From: Aaro Koskinen Date: Mon, 29 Nov 2010 10:33:39 +0000 (+0200) Subject: i2c-iop3xx: add iomem annotation X-Git-Tag: v2.6.38-rc1~232^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=747fcc91cb5bade1f681b3a8d0e6d4f697d865fd;p=pandora-kernel.git i2c-iop3xx: add iomem annotation Eliminate unnecessary casts and the following sparse warnings: drivers/i2c/busses/i2c-iop3xx.c:65:9: warning: incorrect type in argument 1 (different base types) drivers/i2c/busses/i2c-iop3xx.c:65:9: expected void const volatile [noderef] * drivers/i2c/busses/i2c-iop3xx.c:65:9: got unsigned int [ the previous warning is repeated 18 times ] drivers/i2c/busses/i2c-iop3xx.c:456:33: warning: cast removes address space of expression Signed-off-by: Aaro Koskinen Signed-off-by: Ben Dooks --- Reading git-diff-tree failed