diff options
Diffstat (limited to 'drivers/parport/parport_cs.c')
| -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 63b3d3c18c3..8c2a4733bc1 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)  static int parport_config_check(struct pcmcia_device *p_dev,  				cistpl_cftable_entry_t *cfg,  				cistpl_cftable_entry_t *dflt, -				unsigned int vcc,  				void *priv_data)  {  	if ((cfg->io.nwin > 0) || (dflt->io.nwin > 0)) {  |