On Fri, Aug 09, 2013 at 02:35:57PM +0900, Jingoo Han wrote: > From e15fc1811b2ce01358de00c34e4a69a52bb1e9c5 Mon Sep 17 00:00:00 2001 > From: Jingoo Han <jg1.han@xxxxxxxxxxx> > Date: Fri, 9 Aug 2013 14:24:35 +0900 > Subject: [PATCH 2/2] ata: pata_samsung_cf: add missing __iomem annotation > > Added missing __iomem annotation and staticized local symbol > in order to fix the following sparse warnings: > > drivers/ata/pata_samsung_cf.c:244:14: warning: symbol 'pata_s3c_data_xfer' was not declared. Should it be static? > drivers/ata/pata_samsung_cf.c:423:20: warning: incorrect type in argument 1 (different address spaces) > drivers/ata/pata_samsung_cf.c:423:20: expected void const volatile [noderef] <asn:2>*addr > drivers/ata/pata_samsung_cf.c:423:20: got void * > drivers/ata/pata_samsung_cf.c:425:9: warning: incorrect type in argument 2 (different address spaces) > drivers/ata/pata_samsung_cf.c:425:9: expected void volatile [noderef] <asn:2>*addr > drivers/ata/pata_samsung_cf.c:425:9: got void * > drivers/ata/pata_samsung_cf.c:448:37: warning: incorrect type in argument 1 (different address spaces) > drivers/ata/pata_samsung_cf.c:448:37: expected void *s3c_ide_regbase > drivers/ata/pata_samsung_cf.c:448:37: got void [noderef] <asn:2>*ide_addr > drivers/ata/pata_samsung_cf.c:463:37: warning: incorrect type in argument 1 (different address spaces) > drivers/ata/pata_samsung_cf.c:463:37: expected void *s3c_ide_regbase > drivers/ata/pata_samsung_cf.c:463:37: got void [noderef] <asn:2>*ide_addr > > Signed-off-by: Jingoo Han <jg1.han@xxxxxxxxxxx> Applied to libata/for-3.12. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html