pcmcia: simplify IntType
[deliverable/linux.git] / drivers / ata / pata_pcmcia.c
index 12cdc9ff39ad9c45ea53f11ab15602d1a7f5aa69..c2679c01188beb457597bd2f3bbd730074f26cfb 100644 (file)
@@ -250,7 +250,6 @@ static int pcmcia_init_one(struct pcmcia_device *pdev)
        pdev->resource[0]->flags |= IO_DATA_PATH_WIDTH_AUTO;
        pdev->resource[1]->flags |= IO_DATA_PATH_WIDTH_8;
        pdev->conf.Attributes = CONF_ENABLE_IRQ;
-       pdev->conf.IntType = INT_MEMORY_AND_IO;
 
        /* See if we have a manufacturer identifier. Use it to set is_kme for
           vendor quirks */
This page took 0.037908 seconds and 5 git commands to generate.