pcmcia: simplify IntType
[deliverable/linux.git] / drivers / net / pcmcia / nmclan_cs.c
index 68f2deeb3ade11722dc5333386f4afd56cc98eb3..90d172804bfc45095a7d10f3845d12cc1ff6d112 100644 (file)
@@ -461,7 +461,6 @@ static int nmclan_probe(struct pcmcia_device *link)
     link->resource[0]->end = 32;
     link->resource[0]->flags |= IO_DATA_PATH_WIDTH_AUTO;
     link->conf.Attributes = CONF_ENABLE_IRQ;
-    link->conf.IntType = INT_MEMORY_AND_IO;
     link->conf.ConfigIndex = 1;
     link->conf.Present = PRESENT_OPTION;
 
This page took 0.025422 seconds and 5 git commands to generate.