diff options
-rw-r--r-- | sys/arch/hp300/dev/sgc.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/hp300/dev/sgc.c b/sys/arch/hp300/dev/sgc.c index eb1707df1af..6b4115590ea 100644 --- a/sys/arch/hp300/dev/sgc.c +++ b/sys/arch/hp300/dev/sgc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sgc.c,v 1.1 2005/01/14 22:39:26 miod Exp $ */ +/* $OpenBSD: sgc.c,v 1.2 2005/01/23 00:03:10 miod Exp $ */ /* * Copyright (c) 2005, Miodrag Vallat @@ -34,14 +34,11 @@ #include <sys/systm.h> #include <sys/device.h> #include <sys/kernel.h> -#include <sys/device.h> #include <machine/autoconf.h> #include <machine/cpu.h> #include <machine/hp300spu.h> -#include <hp300/dev/dmavar.h> - #include <hp300/dev/sgcreg.h> #include <hp300/dev/sgcvar.h> |