commit | 4ca4e439640cd1d3659cbcf60e7a73c2ae0450b3 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ZenIV.linux.org.uk> | Sun Dec 30 09:32:22 2007 +0000 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Jan 23 05:24:15 2008 -0500 |
tree | 659dceb7469341dca95d7a96774e787c3b510872 | |
parent | 35a10a80daa04b7316d6bac1b1402cc347c35b1e [diff] [blame] |
libata annotations and fixes Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jeff Garzik <jeff@garzik.org>
diff --git a/drivers/ata/pata_cs5520.c b/drivers/ata/pata_cs5520.c index 33f7f08..d4590f5 100644 --- a/drivers/ata/pata_cs5520.c +++ b/drivers/ata/pata_cs5520.c
@@ -198,7 +198,7 @@ }; const struct ata_port_info *ppi[2]; u8 pcicfg; - void *iomap[5]; + void __iomem *iomap[5]; struct ata_host *host; struct ata_ioports *ioaddr; int i, rc;