diff options
-rw-r--r-- | sys/dev/fe/if_fe_pccard.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/fe/if_fe_pccard.c b/sys/dev/fe/if_fe_pccard.c index 74f54da..8e79b8c 100644 --- a/sys/dev/fe/if_fe_pccard.c +++ b/sys/dev/fe/if_fe_pccard.c @@ -60,8 +60,6 @@ static int fe_pccard_probe(device_t); static int fe_pccard_attach(device_t); static int fe_pccard_detach(device_t); static int fe_pccard_match(device_t); -static int fe_pccard_mem_ether(device_t dev, bus_addr_t cardoff, - u_char *enaddr); static const struct fe_pccard_product { struct pccard_product mpp_product; |