diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1999-04-11 03:47:24 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1999-04-11 03:47:24 +0000 |
| commit | 51e409814866e0721d2bf97f948f22b32da73553 (patch) | |
| tree | 45637e73558253418617bcc494a1c94d094b77fd /sys/dev | |
| parent | 3f8fe2621f92c6c13dc31d6fe1db6e8d15e6bc3b (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/dgb/dgm.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/dgb/dgm.c b/sys/dev/dgb/dgm.c index 9321bb9f5015..68ef91c4fa0d 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 */ |
