summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-01-21 10:19:17 +0000
committerphk <phk@FreeBSD.org>2005-01-21 10:19:17 +0000
commit1d29896ca38e136c64dafa19467fa71bbb192fb0 (patch)
treed259ec6fe7d5958211b2651f3553dc85ad632864 /sys
parent3732ee2c4e59b1ca5b843652a36e78f4514044e9 (diff)
downloadFreeBSD-src-1d29896ca38e136c64dafa19467fa71bbb192fb0.zip
FreeBSD-src-1d29896ca38e136c64dafa19467fa71bbb192fb0.tar.gz
Remove prototype of undefined function so this compiles again.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/fe/if_fe_pccard.c2
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;
OpenPOWER on IntegriCloud