summaryrefslogtreecommitdiffstats
path: root/sys/x86
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-08-28 15:41:09 +0000
committerimp <imp@FreeBSD.org>2015-08-28 15:41:09 +0000
commit9b66762ac32b2e564cea06b3e9ab95ce07891c4e (patch)
tree034b1b6726f6844e4d20e348380d3e68c185a67f /sys/x86
parente6a408eac51bd505990a8af7d987029e101fe69f (diff)
downloadFreeBSD-src-9b66762ac32b2e564cea06b3e9ab95ce07891c4e.zip
FreeBSD-src-9b66762ac32b2e564cea06b3e9ab95ce07891c4e.tar.gz
Add missing ofw_machdep.h. Make x86 ofw_machdep.h work pc98 too.
This allows the owc module to compile on pc98 and seems preferable to adding another special case in the build system.
Diffstat (limited to 'sys/x86')
-rw-r--r--sys/x86/include/ofw_machdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/include/ofw_machdep.h b/sys/x86/include/ofw_machdep.h
index 8344f56..815d620 100644
--- a/sys/x86/include/ofw_machdep.h
+++ b/sys/x86/include/ofw_machdep.h
@@ -29,7 +29,7 @@
#ifndef _MACHINE_OFW_MACHDEP_H_
#define _MACHINE_OFW_MACHDEP_H_
-#include <x86/bus.h>
+#include <machine/bus.h>
#include <vm/vm.h>
typedef uint32_t cell_t;
OpenPOWER on IntegriCloud