pcmcia: pcmcia_config_loop() default CIS entry handling
[safe/jmp/linux-2.6] / drivers / net / pcmcia / smc91c92_cs.c
index 1e59503..05bca83 100644 (file)
@@ -461,6 +461,7 @@ static int mhz_3288_power(struct pcmcia_device *link)
 
 static int mhz_mfc_config_check(struct pcmcia_device *p_dev,
                                cistpl_cftable_entry_t *cf,
+                               cistpl_cftable_entry_t *dflt,
                                void *priv_data)
 {
        int k;
@@ -651,6 +652,7 @@ static int mot_setup(struct pcmcia_device *link)
 
 static int smc_configcheck(struct pcmcia_device *p_dev,
                           cistpl_cftable_entry_t *cf,
+                          cistpl_cftable_entry_t *dflt,
                           void *priv_data)
 {
        p_dev->io.BasePort1 = cf->io.win[0].base;