diff options
Diffstat (limited to 'drivers/parport')
-rw-r--r-- | drivers/parport/parport_cs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/parport/parport_cs.c b/drivers/parport/parport_cs.c index 63b3d3c18c34..8c2a4733bc19 100644 --- a/drivers/parport/parport_cs.c +++ b/drivers/parport/parport_cs.c | |||
@@ -136,7 +136,6 @@ static void parport_detach(struct pcmcia_device *link) | |||
136 | static int parport_config_check(struct pcmcia_device *p_dev, | 136 | static int parport_config_check(struct pcmcia_device *p_dev, |
137 | cistpl_cftable_entry_t *cfg, | 137 | cistpl_cftable_entry_t *cfg, |
138 | cistpl_cftable_entry_t *dflt, | 138 | cistpl_cftable_entry_t *dflt, |
139 | unsigned int vcc, | ||
140 | void *priv_data) | 139 | void *priv_data) |
141 | { | 140 | { |
142 | if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) { | 141 | if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) { |