diff options
Diffstat (limited to 'drivers/ata/pata_cs5520.c')
-rw-r--r-- | drivers/ata/pata_cs5520.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_cs5520.c b/drivers/ata/pata_cs5520.c index 33f7f0843f4f..d4590f546c49 100644 --- a/drivers/ata/pata_cs5520.c +++ b/drivers/ata/pata_cs5520.c | |||
@@ -198,7 +198,7 @@ static int __devinit cs5520_init_one(struct pci_dev *pdev, const struct pci_devi | |||
198 | }; | 198 | }; |
199 | const struct ata_port_info *ppi[2]; | 199 | const struct ata_port_info *ppi[2]; |
200 | u8 pcicfg; | 200 | u8 pcicfg; |
201 | void *iomap[5]; | 201 | void __iomem *iomap[5]; |
202 | struct ata_host *host; | 202 | struct ata_host *host; |
203 | struct ata_ioports *ioaddr; | 203 | struct ata_ioports *ioaddr; |
204 | int i, rc; | 204 | int i, rc; |