summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-07-13 21:10:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-07-13 21:10:51 +0000
commit2f0a75f42daae58af1f5d58fe8aa898825c9f92a (patch)
tree695f2e8bfd842123557242564c105a843efabde6 /sys/dev/acpi
parent9243aa8c20f63b5e59e6c7b0b4264b88862aea4d (diff)
delete unnccessary include
Diffstat (limited to 'sys/dev/acpi')
-rw-r--r--sys/dev/acpi/acpiutil.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/acpi/acpiutil.c b/sys/dev/acpi/acpiutil.c
index da4c9bffb65..27cff9493e5 100644
--- a/sys/dev/acpi/acpiutil.c
+++ b/sys/dev/acpi/acpiutil.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpiutil.c,v 1.6 2009/12/05 02:38:11 jordan Exp $ */
+/* $OpenBSD: acpiutil.c,v 1.7 2010/07/13 21:10:50 deraadt Exp $ */
/*
* Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com>
*
@@ -19,8 +19,6 @@
#include <sys/systm.h>
#include <sys/device.h>
-#include <machine/bus.h>
-
#include <dev/acpi/acpireg.h>
#include <dev/acpi/acpivar.h>