]> Pileus Git - ~andy/linux/blobdiff - drivers/pcmcia/au1000_generic.c
radeonfb: Disable new color expand acceleration unless explicitely enabled
[~andy/linux] / drivers / pcmcia / au1000_generic.c
index 75e8f8505e47230156103ccb784a606ed43b8698..fc1de46fd20a0f5317389861380c0903858fee5a 100644 (file)
@@ -292,7 +292,7 @@ au1x00_pcmcia_set_io_map(struct pcmcia_socket *sock, struct pccard_io_map *map)
                skt->spd_io[map->map] = speed;
        }
 
-       map->start=(ioaddr_t)(u32)skt->virt_io;
+       map->start=(unsigned int)(u32)skt->virt_io;
        map->stop=map->start+MAP_SIZE;
        return 0;