From 27d62ec5a6fc8087a05421bd60d95e5b5248d8a8 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 21 Jan 2005 10:19:17 +0000 Subject: [PATCH] Remove prototype of undefined function so this compiles again. --- sys/dev/fe/if_fe_pccard.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/dev/fe/if_fe_pccard.c b/sys/dev/fe/if_fe_pccard.c index 74f54daad59..8e79b8cb361 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;