diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-04 17:14:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-04 17:14:27 +0000 |
commit | 2dc8b6ef12da8d5298a4b432c921ff1b3bcbea35 (patch) | |
tree | b55fd4b0a08b34e432b5084975a4094a58130f19 /sys | |
parent | c01cc513c7fd19629889ca6e3ad0dd594583fa3b (diff) |
more iop.h left; Mark Patruck
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/alpha/conf.c | 3 | ||||
-rw-r--r-- | sys/arch/amd64/amd64/conf.c | 3 | ||||
-rw-r--r-- | sys/arch/macppc/macppc/conf.c | 4 |
3 files changed, 3 insertions, 7 deletions
diff --git a/sys/arch/alpha/alpha/conf.c b/sys/arch/alpha/alpha/conf.c index 72035e45dbd..83cea34498a 100644 --- a/sys/arch/alpha/alpha/conf.c +++ b/sys/arch/alpha/alpha/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.73 2013/11/04 14:11:27 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.74 2013/11/04 17:14:26 deraadt Exp $ */ /* $NetBSD: conf.c,v 1.16 1996/10/18 21:26:57 cgd Exp $ */ /*- @@ -83,7 +83,6 @@ cdev_decl(mm); #include "pty.h" #include "tun.h" #include "bpfilter.h" -#include "iop.h" #include "ch.h" #include "scc.h" cdev_decl(scc); diff --git a/sys/arch/amd64/amd64/conf.c b/sys/arch/amd64/amd64/conf.c index 748b8ff1495..feb2abf1312 100644 --- a/sys/arch/amd64/amd64/conf.c +++ b/sys/arch/amd64/amd64/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.43 2013/11/04 14:11:29 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.44 2013/11/04 17:14:26 deraadt Exp $ */ /* * Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved. @@ -143,7 +143,6 @@ cdev_decl(cy); #include "midi.h" #include "acpi.h" #include "pctr.h" -#include "iop.h" #include "bktr.h" #include "ksyms.h" #include "usb.h" diff --git a/sys/arch/macppc/macppc/conf.c b/sys/arch/macppc/macppc/conf.c index b005ebb900d..0b27c4805fa 100644 --- a/sys/arch/macppc/macppc/conf.c +++ b/sys/arch/macppc/macppc/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.55 2013/11/04 14:11:29 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.56 2013/11/04 17:14:26 deraadt Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -89,8 +89,6 @@ cdev_decl(com); #include "wskbd.h" #include "wsmouse.h" -#include "iop.h" - #include "bpfilter.h" #include "tun.h" |