diff options
author | phk <phk@FreeBSD.org> | 2005-01-21 10:19:17 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2005-01-21 10:19:17 +0000 |
commit | 1d29896ca38e136c64dafa19467fa71bbb192fb0 (patch) | |
tree | d259ec6fe7d5958211b2651f3553dc85ad632864 | |
parent | 3732ee2c4e59b1ca5b843652a36e78f4514044e9 (diff) | |
download | FreeBSD-src-1d29896ca38e136c64dafa19467fa71bbb192fb0.zip FreeBSD-src-1d29896ca38e136c64dafa19467fa71bbb192fb0.tar.gz |
Remove prototype of undefined function so this compiles again.
-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; |