diff options
Diffstat (limited to 'drivers/net/pcmcia/xirc2ps_cs.c')
-rw-r--r-- | drivers/net/pcmcia/xirc2ps_cs.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/pcmcia/xirc2ps_cs.c b/drivers/net/pcmcia/xirc2ps_cs.c index f75ac716390d..fe504b7f369f 100644 --- a/drivers/net/pcmcia/xirc2ps_cs.c +++ b/drivers/net/pcmcia/xirc2ps_cs.c | |||
@@ -556,7 +556,6 @@ xirc2ps_probe(struct pcmcia_device *link) | |||
556 | link->conf.IntType = INT_MEMORY_AND_IO; | 556 | link->conf.IntType = INT_MEMORY_AND_IO; |
557 | link->conf.ConfigIndex = 1; | 557 | link->conf.ConfigIndex = 1; |
558 | link->irq.Handler = xirc2ps_interrupt; | 558 | link->irq.Handler = xirc2ps_interrupt; |
559 | link->irq.Instance = dev; | ||
560 | 559 | ||
561 | /* Fill in card specific entries */ | 560 | /* Fill in card specific entries */ |
562 | dev->netdev_ops = &netdev_ops; | 561 | dev->netdev_ops = &netdev_ops; |
@@ -835,8 +834,6 @@ xirc2ps_config(struct pcmcia_device * link) | |||
835 | 834 | ||
836 | link->io.IOAddrLines =10; | 835 | link->io.IOAddrLines =10; |
837 | link->io.Attributes1 = IO_DATA_PATH_WIDTH_16; | 836 | link->io.Attributes1 = IO_DATA_PATH_WIDTH_16; |
838 | link->irq.Attributes = IRQ_HANDLE_PRESENT; | ||
839 | link->irq.IRQInfo1 = IRQ_LEVEL_ID; | ||
840 | if (local->modem) { | 837 | if (local->modem) { |
841 | int pass; | 838 | int pass; |
842 | 839 | ||