diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-09-14 14:17:28 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-09-14 14:17:28 +0000 |
commit | f86fd20f7920e0ce9eed94dbfa81ade1020f9bd4 (patch) | |
tree | d3e9a139df0f7b8cbe6c9989bc352cfa506c55d7 /sys/arch/i386/pci | |
parent | a0c7f6a85405e690b4fe4f037a7dcb011f423de8 (diff) |
remove uneeded proc.h includes
ok mpi@ kspillner@
Diffstat (limited to 'sys/arch/i386/pci')
-rw-r--r-- | sys/arch/i386/pci/ali1543.c | 3 | ||||
-rw-r--r-- | sys/arch/i386/pci/elan520.c | 3 | ||||
-rw-r--r-- | sys/arch/i386/pci/ichpcib.c | 3 | ||||
-rw-r--r-- | sys/arch/i386/pci/piixpcib.c | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/sys/arch/i386/pci/ali1543.c b/sys/arch/i386/pci/ali1543.c index 821ab25836e..298e07eed9d 100644 --- a/sys/arch/i386/pci/ali1543.c +++ b/sys/arch/i386/pci/ali1543.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ali1543.c,v 1.3 2008/06/27 06:03:08 ray Exp $ */ +/* $OpenBSD: ali1543.c,v 1.4 2014/09/14 14:17:23 jsg Exp $ */ /* $NetBSD: ali1543.c,v 1.2 2001/09/13 14:00:52 tshiozak Exp $ */ /* @@ -92,7 +92,6 @@ #include <sys/errno.h> #include <sys/device.h> #include <sys/malloc.h> -#include <sys/proc.h> #include <machine/intr.h> #include <machine/bus.h> diff --git a/sys/arch/i386/pci/elan520.c b/sys/arch/i386/pci/elan520.c index d6fb6bd5c5e..bf077dd7c43 100644 --- a/sys/arch/i386/pci/elan520.c +++ b/sys/arch/i386/pci/elan520.c @@ -1,4 +1,4 @@ -/* $OpenBSD: elan520.c,v 1.19 2014/06/29 01:01:20 deraadt Exp $ */ +/* $OpenBSD: elan520.c,v 1.20 2014/09/14 14:17:23 jsg Exp $ */ /* $NetBSD: elan520.c,v 1.4 2002/10/02 05:47:15 thorpej Exp $ */ /*- @@ -40,7 +40,6 @@ #include <sys/systm.h> #include <sys/device.h> #include <sys/gpio.h> -#include <sys/proc.h> #include <sys/sysctl.h> #include <sys/time.h> #include <sys/timetc.h> diff --git a/sys/arch/i386/pci/ichpcib.c b/sys/arch/i386/pci/ichpcib.c index eb1afd62779..6abf1627de2 100644 --- a/sys/arch/i386/pci/ichpcib.c +++ b/sys/arch/i386/pci/ichpcib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ichpcib.c,v 1.27 2013/05/30 16:15:01 deraadt Exp $ */ +/* $OpenBSD: ichpcib.c,v 1.28 2014/09/14 14:17:23 jsg Exp $ */ /* * Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> * @@ -25,7 +25,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> -#include <sys/proc.h> #include <sys/sysctl.h> #include <sys/timetc.h> diff --git a/sys/arch/i386/pci/piixpcib.c b/sys/arch/i386/pci/piixpcib.c index 37bfb011623..a33e4b1fc66 100644 --- a/sys/arch/i386/pci/piixpcib.c +++ b/sys/arch/i386/pci/piixpcib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: piixpcib.c,v 1.10 2014/07/08 17:19:24 deraadt Exp $ */ +/* $OpenBSD: piixpcib.c,v 1.11 2014/09/14 14:17:23 jsg Exp $ */ /* * Copyright (c) 2007 Stefan Sperling <stsp@stsp.in-berlin.de> @@ -55,7 +55,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> -#include <sys/proc.h> #include <sys/sysctl.h> #include <uvm/uvm_extern.h> |