summaryrefslogtreecommitdiffstats
path: root/sys/pccard
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-04-07 17:56:53 +0000
committerbde <bde@FreeBSD.org>1996-04-07 17:56:53 +0000
commit82c211f290bc616a79e86e1d039e7054ec44f7e5 (patch)
tree2659d0b3890c5e6f3090ff498e4d105c70c36811 /sys/pccard
parentf350e6c811faebc4c6c5785e6d3f5d152aa2039f (diff)
downloadFreeBSD-src-82c211f290bc616a79e86e1d039e7054ec44f7e5.zip
FreeBSD-src-82c211f290bc616a79e86e1d039e7054ec44f7e5.tar.gz
Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.
Diffstat (limited to 'sys/pccard')
-rw-r--r--sys/pccard/pccard.c6
-rw-r--r--sys/pccard/pcic.c3
2 files changed, 4 insertions, 5 deletions
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c
index a803e8c..8f42572 100644
--- a/sys/pccard/pccard.c
+++ b/sys/pccard/pccard.c
@@ -47,17 +47,17 @@
#include <sys/devfsext.h>
#endif /*DEVFS*/
+#include <machine/clock.h>
+#include <machine/laptops.h>
+
#include <i386/isa/isa.h>
#include <i386/isa/isa_device.h>
#include <i386/isa/icu.h>
-#include <i386/include/clock.h>
#include <pccard/card.h>
#include <pccard/driver.h>
#include <pccard/slot.h>
-#include <i386/include/laptops.h>
-
extern struct kern_devconf kdc_cpu0;
struct kern_devconf kdc_pccard0 = {
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c
index af33749..5499dd3 100644
--- a/sys/pccard/pcic.c
+++ b/sys/pccard/pcic.c
@@ -49,6 +49,7 @@
#include <sys/devconf.h>
#include <machine/clock.h>
+#include <machine/laptops.h>
#include <i386/isa/isa.h>
#include <i386/isa/isa_device.h>
@@ -59,8 +60,6 @@
#include <pccard/driver.h>
#include <pccard/slot.h>
-#include <i386/include/laptops.h>
-
extern struct kern_devconf kdc_pccard0;
struct kern_devconf kdc_pcic[PCIC_MAX_SLOTS] = {
OpenPOWER on IntegriCloud