From 70ddce832a964f5fc570b585a18d301a8ee59790 Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Wed, 7 Aug 2013 14:17:11 +0900 Subject: [PATCH] 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-format-patch failed