pcmcia: simplify IntType
[pandora-kernel.git] / drivers / scsi / pcmcia / qlogic_stub.c
index eb775f1..77f46a2 100644 (file)
@@ -159,7 +159,6 @@ 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.IntType = INT_MEMORY_AND_IO;
        link->conf.Present = PRESENT_OPTION;
 
        return qlogic_config(link);