diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-05-28 07:07:20 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-07-09 12:17:32 -0400 |
commit | 59f998802bd5df56cd824f313cf5b0c3e356ec59 (patch) | |
tree | 36e265b356f363ffc44139b4168f78f7b4f22a36 /drivers/ata/pata_ixp4xx_cf.c | |
parent | 1d2808fd3d2d5d2c0483796a0f443d1cb3f11367 (diff) |
[libata] drivers: remove 'void __iomem *' casts from pre-iomap days
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/pata_ixp4xx_cf.c')
-rw-r--r-- | drivers/ata/pata_ixp4xx_cf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_ixp4xx_cf.c b/drivers/ata/pata_ixp4xx_cf.c index 8d2bc1e9e871..887bbaae6efc 100644 --- a/drivers/ata/pata_ixp4xx_cf.c +++ b/drivers/ata/pata_ixp4xx_cf.c | |||
@@ -56,7 +56,7 @@ static void ixp4xx_mmio_data_xfer(struct ata_device *adev, unsigned char *buf, | |||
56 | unsigned int words = buflen >> 1; | 56 | unsigned int words = buflen >> 1; |
57 | u16 *buf16 = (u16 *) buf; | 57 | u16 *buf16 = (u16 *) buf; |
58 | struct ata_port *ap = adev->ap; | 58 | struct ata_port *ap = adev->ap; |
59 | void __iomem *mmio = (void __iomem *)ap->ioaddr.data_addr; | 59 | void __iomem *mmio = ap->ioaddr.data_addr; |
60 | struct ixp4xx_pata_data *data = ap->host->dev->platform_data; | 60 | struct ixp4xx_pata_data *data = ap->host->dev->platform_data; |
61 | 61 | ||
62 | /* set the expansion bus in 16bit mode and restore | 62 | /* set the expansion bus in 16bit mode and restore |