pcmcia: do not use io_req_t when calling pcmcia_request_io()
[deliverable/linux.git] / drivers / net / wireless / b43 / pcmcia.c
index f71bc7821378a346e15df5d5278a90c365698f5e..7c9af82fcf7e77dd757b4f67301976a25314e2d3 100644 (file)
@@ -77,10 +77,6 @@ static int __devinit b43_pcmcia_probe(struct pcmcia_device *dev)
        dev->conf.Attributes = CONF_ENABLE_IRQ;
        dev->conf.IntType = INT_MEMORY_AND_IO;
 
-       dev->io.BasePort2 = 0;
-       dev->io.NumPorts2 = 0;
-       dev->io.Attributes2 = 0;
-
        win.Attributes = WIN_ADDR_SPACE_MEM | WIN_MEMORY_TYPE_CM |
                         WIN_ENABLE | WIN_DATA_WIDTH_16 |
                         WIN_USE_WAIT;
This page took 0.025154 seconds and 5 git commands to generate.