diff options
-rw-r--r-- | sys/arch/sgi/dev/power.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/sgi/dev/power.c b/sys/arch/sgi/dev/power.c index ee8b4060f66..35f5c8f3146 100644 --- a/sys/arch/sgi/dev/power.c +++ b/sys/arch/sgi/dev/power.c @@ -1,4 +1,4 @@ -/* $OpenBSD: power.c,v 1.6 2008/02/21 11:42:23 jsing Exp $ */ +/* $OpenBSD: power.c,v 1.7 2008/09/16 16:38:25 jasper Exp $ */ /* * Copyright (c) 2007 Jasper Lievisse Adriaanse <jasper@openbsd.org> @@ -16,24 +16,16 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> -#include <sys/kernel.h> #include <sys/device.h> -#include <sys/conf.h> #include <sys/proc.h> #include <sys/signalvar.h> #include <dev/ic/ds1687reg.h> -#include <machine/bus.h> #include <machine/autoconf.h> -#include <mips64/archtype.h> -#include <mips64/dev/clockvar.h> - -#include <sgi/localbus/crimebus.h> #include <sgi/localbus/macebus.h> /* |