aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_button.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2005-09-11 18:39:03 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2005-09-11 18:39:03 +0000
commit2a191126deb870f9bd48b3172bd16079cd5a926b (patch)
tree1373bcabcbaaa69efdc762b9abaa663f541b4c12 /sys/dev/acpica/acpi_button.c
parent05be5cd773b17b1e860a2bafa16433fccc22ed73 (diff)
downloadsrc-2a191126deb870f9bd48b3172bd16079cd5a926b.tar.gz
src-2a191126deb870f9bd48b3172bd16079cd5a926b.zip
Canonize the include of acpi.h.
Notes
Notes: svn path=/head/; revision=150003
Diffstat (limited to 'sys/dev/acpica/acpi_button.c')
-rw-r--r--sys/dev/acpica/acpi_button.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_button.c b/sys/dev/acpica/acpi_button.c
index 3ca4add3616f..aded9a213748 100644
--- a/sys/dev/acpica/acpi_button.c
+++ b/sys/dev/acpica/acpi_button.c
@@ -35,7 +35,7 @@ __FBSDID("$FreeBSD$");
#include <sys/module.h>
#include <sys/bus.h>
-#include "acpi.h"
+#include <contrib/dev/acpica/acpi.h>
#include <dev/acpica/acpivar.h>
/* Hooks for the ACPI CA debugging infrastructure */