From: Jingoo Han Date: Wed, 7 Aug 2013 05:17:11 +0000 (+0900) Subject: ide: palm_bk3710: add missing __iomem annotation X-Git-Tag: v3.12-rc1~130^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70ddce832a964f5fc570b585a18d301a8ee59790;p=pandora-kernel.git ide: palm_bk3710: add missing __iomem annotation Added missing __iomem annotation in order to fix the following sparse warnings: drivers/ide/palm_bk3710.c:194:31: warning: incorrect type in initializer (different address spaces) drivers/ide/palm_bk3710.c:194:31: expected void [noderef] *base drivers/ide/palm_bk3710.c:194:31: got void * drivers/ide/palm_bk3710.c:212:31: warning: incorrect type in initializer (different address spaces) drivers/ide/palm_bk3710.c:212:31: expected void [noderef] *base drivers/ide/palm_bk3710.c:212:31: got void * Signed-off-by: Jingoo Han Signed-off-by: David S. Miller --- Reading git-diff-tree failed