pcmcia: simplify IntType
[deliverable/linux.git] / drivers / ide / ide-cs.c
index 82690e4094354f5b273425e5d1d7a00f69c20c7f..cf7cb4953aa5e12a62952496f7278fc1fbbb5b8a 100644 (file)
@@ -100,7 +100,6 @@ static int ide_probe(struct pcmcia_device *link)
     link->resource[0]->flags |= IO_DATA_PATH_WIDTH_AUTO;
     link->resource[1]->flags |= IO_DATA_PATH_WIDTH_8;
     link->conf.Attributes = CONF_ENABLE_IRQ;
-    link->conf.IntType = INT_MEMORY_AND_IO;
 
     return ide_config(link);
 } /* ide_attach */
This page took 0.029546 seconds and 5 git commands to generate.