diff options
Diffstat (limited to 'drivers/telephony/ixj_pcmcia.c')
-rw-r--r-- | drivers/telephony/ixj_pcmcia.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/telephony/ixj_pcmcia.c b/drivers/telephony/ixj_pcmcia.c index 5ccc6d0560a9..e23270d1b4d1 100644 --- a/drivers/telephony/ixj_pcmcia.c +++ b/drivers/telephony/ixj_pcmcia.c | |||
@@ -8,7 +8,6 @@ | |||
8 | #include <linux/errno.h> /* error codes */ | 8 | #include <linux/errno.h> /* error codes */ |
9 | #include <linux/slab.h> | 9 | #include <linux/slab.h> |
10 | 10 | ||
11 | #include <pcmcia/cs.h> | ||
12 | #include <pcmcia/cistpl.h> | 11 | #include <pcmcia/cistpl.h> |
13 | #include <pcmcia/ds.h> | 12 | #include <pcmcia/ds.h> |
14 | 13 | ||
@@ -143,7 +142,7 @@ static int ixj_config(struct pcmcia_device * link) | |||
143 | if (pcmcia_loop_config(link, ixj_config_check, &dflt)) | 142 | if (pcmcia_loop_config(link, ixj_config_check, &dflt)) |
144 | goto failed; | 143 | goto failed; |
145 | 144 | ||
146 | if (pcmcia_request_configuration(link, &link->conf)) | 145 | if (pcmcia_enable_device(link)) |
147 | goto failed; | 146 | goto failed; |
148 | 147 | ||
149 | /* | 148 | /* |