pcmcia: move config_{base,index,regs} to struct pcmcia_device
[deliverable/linux.git] / drivers / scsi / pcmcia / qlogic_stub.c
index 77f46a279d6b3c1e806e96f5da390872fad56645..5e2cbe091408340d56ab336ea46cec20e4e46b23 100644 (file)
@@ -159,7 +159,7 @@ static int qlogic_probe(struct pcmcia_device *link)
        link->resource[0]->end = 16;
        link->resource[0]->flags |= IO_DATA_PATH_WIDTH_AUTO;
        link->conf.Attributes = CONF_ENABLE_IRQ;
-       link->conf.Present = PRESENT_OPTION;
+       link->config_regs = PRESENT_OPTION;
 
        return qlogic_config(link);
 }                              /* qlogic_attach */
This page took 0.026987 seconds and 5 git commands to generate.