diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-03 12:57:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-03 12:57:52 +0000 |
commit | ad936b34df484977c12aee44475ade8d8d010a16 (patch) | |
tree | ba864ad117344761274fdb3869f1a6fb82e64c13 /sys/dev | |
parent | 3d44ad7b4da8ea5ee9700f935a80acb4d24ed92d (diff) |
virtual device drivers tend not to need machine/bus.h. also important
because mvme68k (and perhaps others) do not have it. showed it to dlg
who just shook his head
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/softraid.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/softraid.c b/sys/dev/softraid.c index 1f7062349b8..7f4fc868115 100644 --- a/sys/dev/softraid.c +++ b/sys/dev/softraid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid.c,v 1.73 2007/06/03 04:27:09 marco Exp $ */ +/* $OpenBSD: softraid.c,v 1.74 2007/06/03 12:57:51 deraadt Exp $ */ /* * Copyright (c) 2007 Marco Peereboom <marco@peereboom.us> * @@ -38,8 +38,6 @@ #include <crypto/cryptodev.h> -#include <machine/bus.h> - #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> #include <scsi/scsi_disk.h> |