summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/eisa/eisa_machdep.c3
-rw-r--r--sys/arch/i386/i386/amd64errata.c3
-rw-r--r--sys/arch/i386/i386/k1x-pstate.c3
-rw-r--r--sys/arch/i386/i386/pctr.c3
-rw-r--r--sys/arch/i386/i386/powernow-k7.c3
-rw-r--r--sys/arch/i386/i386/powernow-k8.c3
-rw-r--r--sys/arch/i386/i386/vmm.c3
-rw-r--r--sys/arch/i386/isa/clock.c3
-rw-r--r--sys/arch/i386/pci/glxsb.c3
-rw-r--r--sys/arch/i386/pci/pci_machdep.c3
-rw-r--r--sys/arch/i386/stand/boot/conf.c3
-rw-r--r--sys/arch/i386/stand/cdboot/conf.c3
-rw-r--r--sys/arch/i386/stand/libsa/gateA20.c3
-rw-r--r--sys/arch/i386/stand/pxeboot/conf.c3
14 files changed, 14 insertions, 28 deletions
diff --git a/sys/arch/i386/eisa/eisa_machdep.c b/sys/arch/i386/eisa/eisa_machdep.c
index 5fc86049dbd..c008ca2d40e 100644
--- a/sys/arch/i386/eisa/eisa_machdep.c
+++ b/sys/arch/i386/eisa/eisa_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: eisa_machdep.c,v 1.16 2016/07/16 06:08:52 mlarkin Exp $ */
+/* $OpenBSD: eisa_machdep.c,v 1.17 2017/09/08 05:36:51 deraadt Exp $ */
/* $NetBSD: eisa_machdep.c,v 1.10.22.2 2000/06/25 19:36:58 sommerfeld Exp $ */
/*-
@@ -65,7 +65,6 @@
* Machine-specific functions for EISA autoconfiguration.
*/
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/time.h>
#include <sys/systm.h>
diff --git a/sys/arch/i386/i386/amd64errata.c b/sys/arch/i386/i386/amd64errata.c
index 6d0faee783c..83b1bb2f555 100644
--- a/sys/arch/i386/i386/amd64errata.c
+++ b/sys/arch/i386/i386/amd64errata.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: amd64errata.c,v 1.7 2017/07/24 15:17:31 naddy Exp $ */
+/* $OpenBSD: amd64errata.c,v 1.8 2017/09/08 05:36:51 deraadt Exp $ */
/* $NetBSD: errata.c,v 1.6 2007/02/05 21:05:45 ad Exp $ */
/*-
@@ -44,7 +44,6 @@
#include <sys/param.h>
-#include <sys/types.h>
#include <sys/systm.h>
#include <machine/cpu.h>
diff --git a/sys/arch/i386/i386/k1x-pstate.c b/sys/arch/i386/i386/k1x-pstate.c
index 213adbf9873..bb57aaab703 100644
--- a/sys/arch/i386/i386/k1x-pstate.c
+++ b/sys/arch/i386/i386/k1x-pstate.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: k1x-pstate.c,v 1.8 2015/09/08 07:12:56 deraadt Exp $ */
+/* $OpenBSD: k1x-pstate.c,v 1.9 2017/09/08 05:36:51 deraadt Exp $ */
/*
* Copyright (c) 2011 Bryan Steele <brynet@gmail.com>
*
@@ -24,7 +24,6 @@
*/
/* AMD K10/K11 pstate driver */
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
diff --git a/sys/arch/i386/i386/pctr.c b/sys/arch/i386/i386/pctr.c
index c7335129b19..88c5b5e0b61 100644
--- a/sys/arch/i386/i386/pctr.c
+++ b/sys/arch/i386/i386/pctr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pctr.c,v 1.29 2016/09/26 03:33:03 guenther Exp $ */
+/* $OpenBSD: pctr.c,v 1.30 2017/09/08 05:36:51 deraadt Exp $ */
/*
* Pentium performance counter driver for OpenBSD.
@@ -10,7 +10,6 @@
*/
#include <sys/param.h>
-#include <sys/types.h>
#include <sys/errno.h>
#include <sys/fcntl.h>
#include <sys/ioccom.h>
diff --git a/sys/arch/i386/i386/powernow-k7.c b/sys/arch/i386/i386/powernow-k7.c
index ff230f4d811..44a63860d03 100644
--- a/sys/arch/i386/i386/powernow-k7.c
+++ b/sys/arch/i386/i386/powernow-k7.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: powernow-k7.c,v 1.37 2015/09/08 07:12:56 deraadt Exp $ */
+/* $OpenBSD: powernow-k7.c,v 1.38 2017/09/08 05:36:51 deraadt Exp $ */
/*
* Copyright (c) 2004 Martin Végiard.
@@ -28,7 +28,6 @@
/* AMD POWERNOW K7 driver */
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
diff --git a/sys/arch/i386/i386/powernow-k8.c b/sys/arch/i386/i386/powernow-k8.c
index 7354507973c..aa947710e60 100644
--- a/sys/arch/i386/i386/powernow-k8.c
+++ b/sys/arch/i386/i386/powernow-k8.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: powernow-k8.c,v 1.29 2015/09/08 07:12:56 deraadt Exp $ */
+/* $OpenBSD: powernow-k8.c,v 1.30 2017/09/08 05:36:51 deraadt Exp $ */
/*
* Copyright (c) 2004 Martin Végiard.
@@ -27,7 +27,6 @@
*/
/* AMD POWERNOW K8 driver */
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
diff --git a/sys/arch/i386/i386/vmm.c b/sys/arch/i386/i386/vmm.c
index 40309dc3b78..f2dca7a31a9 100644
--- a/sys/arch/i386/i386/vmm.c
+++ b/sys/arch/i386/i386/vmm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmm.c,v 1.31 2017/08/21 00:38:24 pd Exp $ */
+/* $OpenBSD: vmm.c,v 1.32 2017/09/08 05:36:51 deraadt Exp $ */
/*
* Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org>
*
@@ -17,7 +17,6 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/types.h>
#include <sys/signalvar.h>
#include <sys/malloc.h>
#include <sys/device.h>
diff --git a/sys/arch/i386/isa/clock.c b/sys/arch/i386/isa/clock.c
index 289247f5717..e4da81f5c94 100644
--- a/sys/arch/i386/isa/clock.c
+++ b/sys/arch/i386/isa/clock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clock.c,v 1.51 2017/01/25 08:23:50 tom Exp $ */
+/* $OpenBSD: clock.c,v 1.52 2017/09/08 05:36:51 deraadt Exp $ */
/* $NetBSD: clock.c,v 1.39 1996/05/12 23:11:54 mycroft Exp $ */
/*-
@@ -85,7 +85,6 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/*
* Primitive clock interrupt routines.
*/
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/time.h>
diff --git a/sys/arch/i386/pci/glxsb.c b/sys/arch/i386/pci/glxsb.c
index 6792e9c99d0..8316b42a1b2 100644
--- a/sys/arch/i386/pci/glxsb.c
+++ b/sys/arch/i386/pci/glxsb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: glxsb.c,v 1.32 2017/05/02 11:47:49 mikeb Exp $ */
+/* $OpenBSD: glxsb.c,v 1.33 2017/09/08 05:36:51 deraadt Exp $ */
/*
* Copyright (c) 2006 Tom Cosgrove <tom@openbsd.org>
@@ -28,7 +28,6 @@
#include <sys/device.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
-#include <sys/types.h>
#include <sys/timeout.h>
#include <machine/bus.h>
diff --git a/sys/arch/i386/pci/pci_machdep.c b/sys/arch/i386/pci/pci_machdep.c
index cf08b23ab55..231e6a984b9 100644
--- a/sys/arch/i386/pci/pci_machdep.c
+++ b/sys/arch/i386/pci/pci_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pci_machdep.c,v 1.81 2015/09/01 06:01:24 deraadt Exp $ */
+/* $OpenBSD: pci_machdep.c,v 1.82 2017/09/08 05:36:51 deraadt Exp $ */
/* $NetBSD: pci_machdep.c,v 1.28 1997/06/06 23:29:17 thorpej Exp $ */
/*-
@@ -73,7 +73,6 @@
* as defined section 3.6.4.1, `Generating Configuration Cycles'.
*/
-#include <sys/types.h>
#include <sys/param.h>
#include <sys/time.h>
#include <sys/systm.h>
diff --git a/sys/arch/i386/stand/boot/conf.c b/sys/arch/i386/stand/boot/conf.c
index 30e044f10db..46338319244 100644
--- a/sys/arch/i386/stand/boot/conf.c
+++ b/sys/arch/i386/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.61 2016/09/18 16:36:09 jsing Exp $ */
+/* $OpenBSD: conf.c,v 1.62 2017/09/08 05:36:51 deraadt Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -27,7 +27,6 @@
*/
#include <sys/param.h>
-#include <sys/types.h>
#include <netinet/in.h>
#include <libsa.h>
#include <lib/libsa/ufs.h>
diff --git a/sys/arch/i386/stand/cdboot/conf.c b/sys/arch/i386/stand/cdboot/conf.c
index 66a7d18b686..1daefd490e6 100644
--- a/sys/arch/i386/stand/cdboot/conf.c
+++ b/sys/arch/i386/stand/cdboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.30 2016/09/18 16:36:09 jsing Exp $ */
+/* $OpenBSD: conf.c,v 1.31 2017/09/08 05:36:52 deraadt Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -28,7 +28,6 @@
*/
#include <sys/param.h>
-#include <sys/types.h>
#include <netinet/in.h>
#include <libsa.h>
#include <lib/libsa/ufs.h>
diff --git a/sys/arch/i386/stand/libsa/gateA20.c b/sys/arch/i386/stand/libsa/gateA20.c
index 00bfad10613..b897bf4c13d 100644
--- a/sys/arch/i386/stand/libsa/gateA20.c
+++ b/sys/arch/i386/stand/libsa/gateA20.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gateA20.c,v 1.10 2004/03/19 13:48:18 tom Exp $ */
+/* $OpenBSD: gateA20.c,v 1.11 2017/09/08 05:36:52 deraadt Exp $ */
/*
* Ported to boot 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
@@ -29,7 +29,6 @@
*/
#include <sys/param.h>
-#include <sys/types.h>
#include <machine/pio.h>
#include <dev/ic/i8042reg.h>
#include <dev/isa/isareg.h>
diff --git a/sys/arch/i386/stand/pxeboot/conf.c b/sys/arch/i386/stand/pxeboot/conf.c
index f0d02101c10..705a054e8d3 100644
--- a/sys/arch/i386/stand/pxeboot/conf.c
+++ b/sys/arch/i386/stand/pxeboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.35 2016/09/18 16:36:09 jsing Exp $ */
+/* $OpenBSD: conf.c,v 1.36 2017/09/08 05:36:52 deraadt Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -28,7 +28,6 @@
*/
#include <sys/param.h>
-#include <sys/types.h>
#include <netinet/in.h>
#include <libsa.h>
#include <lib/libsa/ufs.h>