summaryrefslogtreecommitdiffstats
path: root/sys/dev/dgb
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-04-11 03:47:24 +0000
committereivind <eivind@FreeBSD.org>1999-04-11 03:47:24 +0000
commit928133047bb08e7eb6c8498a71b136a88ddcf799 (patch)
treebf967004c252b0820c8da56af21a622f122fba4b /sys/dev/dgb
parent8e8405ca82709b668001336236ff6f7a80aa145f (diff)
downloadFreeBSD-src-928133047bb08e7eb6c8498a71b136a88ddcf799.zip
FreeBSD-src-928133047bb08e7eb6c8498a71b136a88ddcf799.tar.gz
Remove unused function int fi() {return 0;}
Diffstat (limited to 'sys/dev/dgb')
-rw-r--r--sys/dev/dgb/dgm.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/dgb/dgm.c b/sys/dev/dgb/dgm.c
index 9321bb9..68ef91c 100644
--- a/sys/dev/dgb/dgm.c
+++ b/sys/dev/dgb/dgm.c
@@ -1,5 +1,5 @@
/*-
- * $Id: dgm.c,v 1.6 1998/12/07 21:58:18 archie Exp $
+ * $Id: dgm.c,v 1.7 1999/01/30 12:17:32 phk Exp $
*
* This driver and the associated header files support the ISA PC/Xem
* Digiboards. Its evolutionary roots are described below.
@@ -2105,7 +2105,4 @@ dgm_drvinit(void *unused)
SYSINIT(dgmdev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,dgm_drvinit,NULL)
-int fi(){
- return 0;
-}
#endif /* NDGM > 0 */
OpenPOWER on IntegriCloud