summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-12-20 09:11:38 +0000
committermycroft <mycroft@NetBSD.org>1993-12-20 09:11:38 +0000
commit6cbf9be7da6045fef640b63d876686a006aeb90c (patch)
tree3356446b2d6d8c42bd5225405ea143787914a74b /sys/dev
parent0cd3f0fdd2dd9a158fa48581a9b10764bf6fd6e5 (diff)
Use cpufunc.h only where (currently) needed.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/isa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/isa.c b/sys/dev/isa/isa.c
index ab309f642f7..8d8743d2ae9 100644
--- a/sys/dev/isa/isa.c
+++ b/sys/dev/isa/isa.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
- * $Id: isa.c,v 1.31 1993/12/20 09:06:15 mycroft Exp $
+ * $Id: isa.c,v 1.32 1993/12/20 09:11:52 mycroft Exp $
*/
/*
@@ -59,8 +59,8 @@
#include <vm/vm.h>
#include <machine/segments.h>
-#include <machine/cpufunc.h>
#include <machine/pio.h>
+#include <machine/cpufunc.h>
#include <i386/isa/isa_device.h>
#include <i386/isa/isa.h>