diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-06-21 18:02:50 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-06-21 18:02:50 +0000 |
| commit | be160d60abd933cddc2159f7291b1e687dc3e765 (patch) | |
| tree | 09aab19432d6ed5530df85f92d8fb19b2bbf1181 /sys/dev | |
| parent | 8fbaa58a29a0e6574ed83c3628532489a977fbee (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/bktr/bktr_core.c | 1 | ||||
| -rw-r--r-- | sys/dev/ed/if_ed.c | 3 | ||||
| -rw-r--r-- | sys/dev/ep/if_ep.c | 3 | ||||
| -rw-r--r-- | sys/dev/ppbus/pps.c | 3 |
4 files changed, 3 insertions, 7 deletions
diff --git a/sys/dev/bktr/bktr_core.c b/sys/dev/bktr/bktr_core.c index 3687fe768e66..c2d8e2d74482 100644 --- a/sys/dev/bktr/bktr_core.c +++ b/sys/dev/bktr/bktr_core.c @@ -298,7 +298,6 @@ #include <machine/ioctl_meteor.h> #include <machine/ioctl_bt848.h> /* extensions to ioctl_meteor.h */ #include <pci/brktree_reg.h> -#include <vm/vm.h> #include <sys/sysctl.h> static int bt848_card = -1; static int bt848_tuner = -1; diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index d5d6ad9a2b1e..83f537d1312a 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ed.c,v 1.141 1998/06/07 17:10:26 dfr Exp $ + * $Id: if_ed.c,v 1.142 1998/06/17 14:01:00 bde Exp $ */ /* @@ -53,7 +53,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/conf.h> #include <sys/sockio.h> #include <sys/malloc.h> #include <sys/mbuf.h> diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c index 9087bb55b82a..80b8db4c3ca2 100644 --- a/sys/dev/ep/if_ep.c +++ b/sys/dev/ep/if_ep.c @@ -38,7 +38,7 @@ */ /* - * $Id: if_ep.c,v 1.74 1998/03/28 13:24:01 bde Exp $ + * $Id: if_ep.c,v 1.75 1998/06/07 17:10:28 dfr Exp $ * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select @@ -67,7 +67,6 @@ #if defined(__FreeBSD__) #include <sys/kernel.h> #include <sys/systm.h> -#include <sys/conf.h> #endif #include <sys/malloc.h> #include <sys/mbuf.h> diff --git a/sys/dev/ppbus/pps.c b/sys/dev/ppbus/pps.c index 4a17eb161ff7..fa975d291933 100644 --- a/sys/dev/ppbus/pps.c +++ b/sys/dev/ppbus/pps.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: pps.c,v 1.7 1998/06/12 23:15:53 phk Exp $ + * $Id: pps.c,v 1.8 1998/06/13 09:30:10 phk Exp $ * * This driver implements a draft-mogul-pps-api-02.txt PPS source. * @@ -21,7 +21,6 @@ #include <sys/kernel.h> #include <sys/systm.h> #include <sys/conf.h> -#include <sys/uio.h> #include <sys/timepps.h> #ifdef DEVFS #include <sys/devfsext.h> |
