summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-04-07 17:50:10 +0000
committerbde <bde@FreeBSD.org>1996-04-07 17:50:10 +0000
commitf350e6c811faebc4c6c5785e6d3f5d152aa2039f (patch)
tree14e17fb0282e6bc5b3f9cce7e919c4956c52dee0 /sys/dev
parentd75a1370e4a34158937694ef6dc2b5cec2689bc1 (diff)
downloadFreeBSD-src-f350e6c811faebc4c6c5785e6d3f5d152aa2039f.zip
FreeBSD-src-f350e6c811faebc4c6c5785e6d3f5d152aa2039f.tar.gz
Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/fe/if_fe.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c
index 2578867..c6eb951 100644
--- a/sys/dev/fe/if_fe.c
+++ b/sys/dev/fe/if_fe.c
@@ -21,7 +21,7 @@
*/
/*
- * $Id:$
+ * $Id: if_fe.c,v 1.12 1996/03/17 08:36:36 jkh Exp $
*
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
* To be used with FreeBSD 2.x
@@ -133,15 +133,13 @@
#include <pccard/card.h>
#include <pccard/slot.h>
#include <pccard/driver.h>
+
+#include <machine/laptops.h>
#endif /* NCRD > 0 */
#include <i386/isa/ic/mb86960.h>
#include <i386/isa/if_fereg.h>
-#if NCRD > 0
-#include <i386/include/laptops.h>
-#endif /* NCRD > 0 */
-
/*
* This version of fe is an ISA device driver.
* Override the following macro to adapt it to another bus.
OpenPOWER on IntegriCloud