summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-11-14 19:00:02 +0000
committerjhb <jhb@FreeBSD.org>2003-11-14 19:00:02 +0000
commit6873e20b753b589bfb09a3e55bb3781e9889e442 (patch)
tree92720c765796a909cc688d675293675a8fe8fc19 /sys
parent47c129ab4445e4c2476772fd12576c58374dc7f0 (diff)
downloadFreeBSD-src-6873e20b753b589bfb09a3e55bb3781e9889e442.zip
FreeBSD-src-6873e20b753b589bfb09a3e55bb3781e9889e442.tar.gz
Fix a typo. We need opt_acpi.h not opt_apic.h for DEV_ACPI.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index 1edd08f..fed0166 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -40,7 +40,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include "opt_apic.h"
+#include "opt_acpi.h"
#include "opt_atalk.h"
#include "opt_compat.h"
#include "opt_cpu.h"
OpenPOWER on IntegriCloud