diff options
author | 2007-06-03 12:57:51 +0000 | |
---|---|---|
committer | 2007-06-03 12:57:51 +0000 | |
commit | 84f256cbdba8bfb3ff476b2785e4dc0dcb3106cd (patch) | |
tree | 75fe7ceb8a140acf4e8ed7007a371ab444c151ed /sys/dev/softraid.c | |
parent | The firmware converts every 802.11 RX data frame into a 802.3 frame, (diff) | |
download | wireguard-openbsd-84f256cbdba8bfb3ff476b2785e4dc0dcb3106cd.tar.xz wireguard-openbsd-84f256cbdba8bfb3ff476b2785e4dc0dcb3106cd.zip |
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/softraid.c')
-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> |