summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc/fdc_acpi.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-09-11 18:39:03 +0000
committerobrien <obrien@FreeBSD.org>2005-09-11 18:39:03 +0000
commit5a7994d2cd8ea972b1d8990b7b6a9c06c1700bf8 (patch)
tree1373bcabcbaaa69efdc762b9abaa663f541b4c12 /sys/dev/fdc/fdc_acpi.c
parent0cdc413f232e840404be5ca75651475ea1c12ad6 (diff)
downloadFreeBSD-src-5a7994d2cd8ea972b1d8990b7b6a9c06c1700bf8.zip
FreeBSD-src-5a7994d2cd8ea972b1d8990b7b6a9c06c1700bf8.tar.gz
Canonize the include of acpi.h.
Diffstat (limited to 'sys/dev/fdc/fdc_acpi.c')
-rw-r--r--sys/dev/fdc/fdc_acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fdc/fdc_acpi.c b/sys/dev/fdc/fdc_acpi.c
index 6a3cacd..49320bc 100644
--- a/sys/dev/fdc/fdc_acpi.c
+++ b/sys/dev/fdc/fdc_acpi.c
@@ -35,7 +35,7 @@ __FBSDID("$FreeBSD$");
#include <sys/module.h>
#include <sys/proc.h>
-#include "acpi.h"
+#include <contrib/dev/acpica/acpi.h>
#include <dev/acpica/acpivar.h>
#include <dev/fdc/fdcvar.h>
OpenPOWER on IntegriCloud