diff options
Diffstat (limited to 'drivers/net/pcmcia/smc91c92_cs.c')
-rw-r--r-- | drivers/net/pcmcia/smc91c92_cs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/pcmcia/smc91c92_cs.c b/drivers/net/pcmcia/smc91c92_cs.c index 1e595038a492..05bca83c5e27 100644 --- a/drivers/net/pcmcia/smc91c92_cs.c +++ b/drivers/net/pcmcia/smc91c92_cs.c | |||
@@ -461,6 +461,7 @@ static int mhz_3288_power(struct pcmcia_device *link) | |||
461 | 461 | ||
462 | static int mhz_mfc_config_check(struct pcmcia_device *p_dev, | 462 | static int mhz_mfc_config_check(struct pcmcia_device *p_dev, |
463 | cistpl_cftable_entry_t *cf, | 463 | cistpl_cftable_entry_t *cf, |
464 | cistpl_cftable_entry_t *dflt, | ||
464 | void *priv_data) | 465 | void *priv_data) |
465 | { | 466 | { |
466 | int k; | 467 | int k; |
@@ -651,6 +652,7 @@ static int mot_setup(struct pcmcia_device *link) | |||
651 | 652 | ||
652 | static int smc_configcheck(struct pcmcia_device *p_dev, | 653 | static int smc_configcheck(struct pcmcia_device *p_dev, |
653 | cistpl_cftable_entry_t *cf, | 654 | cistpl_cftable_entry_t *cf, |
655 | cistpl_cftable_entry_t *dflt, | ||
654 | void *priv_data) | 656 | void *priv_data) |
655 | { | 657 | { |
656 | p_dev->io.BasePort1 = cf->io.win[0].base; | 658 | p_dev->io.BasePort1 = cf->io.win[0].base; |