diff options
Diffstat (limited to 'drivers/net/pcmcia/fmvj18x_cs.c')
-rw-r--r-- | drivers/net/pcmcia/fmvj18x_cs.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/net/pcmcia/fmvj18x_cs.c b/drivers/net/pcmcia/fmvj18x_cs.c index c1479e3bfab4..792ab38d979c 100644 --- a/drivers/net/pcmcia/fmvj18x_cs.c +++ b/drivers/net/pcmcia/fmvj18x_cs.c | |||
@@ -319,10 +319,7 @@ static int ungermann_try_io_port(struct pcmcia_device *link) | |||
319 | return ret; /* RequestIO failed */ | 319 | return ret; /* RequestIO failed */ |
320 | } | 320 | } |
321 | 321 | ||
322 | static int fmvj18x_ioprobe(struct pcmcia_device *p_dev, | 322 | static int fmvj18x_ioprobe(struct pcmcia_device *p_dev, void *priv_data) |
323 | cistpl_cftable_entry_t *cfg, | ||
324 | cistpl_cftable_entry_t *dflt, | ||
325 | void *priv_data) | ||
326 | { | 323 | { |
327 | return 0; /* strange, but that's what the code did already before... */ | 324 | return 0; /* strange, but that's what the code did already before... */ |
328 | } | 325 | } |