diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-11-03 20:21:24 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-11-03 20:21:24 +0000 |
commit | 21871ee7d48cbedbbe431bc6b9a394cf8c5194c1 (patch) | |
tree | 45f0f02fc3cdd36148b2221c211a1c135559f722 /sys/arch/sh | |
parent | 5eb520e683a4a865092e358f8cfe0f43cc586dfe (diff) |
cleanup some devices
Diffstat (limited to 'sys/arch/sh')
-rw-r--r-- | sys/arch/sh/dev/scif.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/sh/dev/scif.c b/sys/arch/sh/dev/scif.c index c2449a8cbd4..e6d2382c83e 100644 --- a/sys/arch/sh/dev/scif.c +++ b/sys/arch/sh/dev/scif.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scif.c,v 1.1 2006/10/06 21:02:55 miod Exp $ */ +/* $OpenBSD: scif.c,v 1.2 2006/11/03 20:21:23 mickey Exp $ */ /* $NetBSD: scif.c,v 1.47 2006/07/23 22:06:06 ad Exp $ */ /*- @@ -117,6 +117,7 @@ #include <sh/clock.h> #include <sh/trap.h> #include <machine/intr.h> +#include <machine/conf.h> #include <sh/dev/scifreg.h> @@ -246,8 +247,6 @@ struct cfdriver scif_cd = { static int scif_attached; -cdev_decl(scif); - void InitializeScif(unsigned int); /* |