pcmcia: simplify IntType
[deliverable/linux.git] / drivers / net / pcmcia / smc91c92_cs.c
index 2031a27253d1a97985d31df3694e7853bfc4929a..2c2a8788c078186398f4cc9b564509000f84eac7 100644 (file)
@@ -327,7 +327,6 @@ static int smc91c92_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;
 
     /* The SMC91c92-specific entries in the device structure. */
     dev->netdev_ops = &smc_netdev_ops;
This page took 0.028648 seconds and 5 git commands to generate.