From 645674fb54448fb04107cb9d6af56193f17efe97 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Wed, 26 Jan 2005 14:09:32 +0000 Subject: [PATCH] Remove unused static declaration of ed_pccard_dl100xx(), which probably accidentally snuck into a prior commit to if_ed, and prevented building with -Werror. Pointed out by: csjp --- sys/dev/ed/if_ed_pccard.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c index f508e98c2bd..25ac6e151c8 100644 --- a/sys/dev/ed/if_ed_pccard.c +++ b/sys/dev/ed/if_ed_pccard.c @@ -77,7 +77,6 @@ static int ed_pccard_probe(device_t); static int ed_pccard_attach(device_t); static int ed_pccard_detach(device_t); -static int ed_pccard_dl100xx(device_t dev); static int ed_pccard_ax88190(device_t dev); static void ax88190_geteprom(struct ed_softc *);