diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-11-28 07:29:59 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-11-28 07:29:59 +0000 |
| commit | 43cbfcb3576ceb560a3d33061b51cafa0b604ad7 (patch) | |
| tree | 92fbeeb0c3ebfad285d0e175dc441621674a82a6 /sys/dev | |
| parent | a349554809911b691368319ae23a0701f4e8d09b (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/si/si.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index 9c31ecb4d892..c022248eaa0e 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id: si.c,v 1.14 1995/11/09 21:53:45 peter Exp $ + * $Id: si.c,v 1.15 1995/11/28 02:07:34 peter Exp $ */ #ifndef lint @@ -52,7 +52,6 @@ static char si_copyright1[] = "@(#) (C) Specialix International, 1990,1992", #include <sys/dkstat.h> #include <sys/kernel.h> #include <sys/syslog.h> -#include <sys/device.h> #include <sys/malloc.h> #include <sys/devconf.h> |
