artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebd9b97
)
delete unnccessary include
author
deraadt
<deraadt@openbsd.org>
Tue, 13 Jul 2010 21:10:50 +0000
(21:10 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 13 Jul 2010 21:10:50 +0000
(21:10 +0000)
sys/dev/acpi/acpiutil.c
patch
|
blob
|
history
diff --git
a/sys/dev/acpi/acpiutil.c
b/sys/dev/acpi/acpiutil.c
index
da4c9bf
..
27cff94
100644
(file)
--- 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>