diff options
Diffstat (limited to 'drivers/isdn/hisax/teles_cs.c')
-rw-r--r-- | drivers/isdn/hisax/teles_cs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/isdn/hisax/teles_cs.c b/drivers/isdn/hisax/teles_cs.c index 7296102ca255..46e72a1eed2d 100644 --- a/drivers/isdn/hisax/teles_cs.c +++ b/drivers/isdn/hisax/teles_cs.c | |||
@@ -110,7 +110,6 @@ static int __devinit teles_probe(struct pcmcia_device *link) | |||
110 | link->resource[0]->flags |= IO_DATA_PATH_WIDTH_AUTO; | 110 | link->resource[0]->flags |= IO_DATA_PATH_WIDTH_AUTO; |
111 | 111 | ||
112 | link->conf.Attributes = CONF_ENABLE_IRQ; | 112 | link->conf.Attributes = CONF_ENABLE_IRQ; |
113 | link->conf.IntType = INT_MEMORY_AND_IO; | ||
114 | 113 | ||
115 | return teles_cs_config(link); | 114 | return teles_cs_config(link); |
116 | } /* teles_attach */ | 115 | } /* teles_attach */ |