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) | |
download | linux-59f998802bd5df56cd824f313cf5b0c3e356ec59.tar.gz linux-59f998802bd5df56cd824f313cf5b0c3e356ec59.tar.bz2 linux-59f998802bd5df56cd824f313cf5b0c3e356ec59.zip |
[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, unsigned int words = buflen >> 1; u16 *buf16 = (u16 *) buf; struct ata_port *ap = adev->ap; - void __iomem *mmio = (void __iomem *)ap->ioaddr.data_addr; + void __iomem *mmio = ap->ioaddr.data_addr; struct ixp4xx_pata_data *data = ap->host->dev->platform_data; /* set the expansion bus in 16bit mode and restore |