summaryrefslogtreecommitdiff
path: root/sys/dev/fe
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2005-01-21 10:19:17 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2005-01-21 10:19:17 +0000
commit27d62ec5a6fc8087a05421bd60d95e5b5248d8a8 (patch)
treed259ec6fe7d5958211b2651f3553dc85ad632864 /sys/dev/fe
parentfeaaabdc8facc4c2308d82b3552db7bcb6644bfd (diff)
Notes
Diffstat (limited to 'sys/dev/fe')
-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 74f54daad596..8e79b8cb361a 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;