diff options
author | Bret Lambert <blambert@cvs.openbsd.org> | 2014-07-10 13:52:16 +0000 |
---|---|---|
committer | Bret Lambert <blambert@cvs.openbsd.org> | 2014-07-10 13:52:16 +0000 |
commit | c825548c0d0bca03df010a32c16f490ff34d20cf (patch) | |
tree | d73f99237ae6db2b822cb904cbd8ad93212fb375 /sys/dev/acpi/acpi.c | |
parent | b60cfdb6ffa74016efef7f2ff5f37972d4760407 (diff) |
remove unneeded header
ok mlarkin@
Diffstat (limited to 'sys/dev/acpi/acpi.c')
-rw-r--r-- | sys/dev/acpi/acpi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpi.c b/sys/dev/acpi/acpi.c index cc43d24bdfd..b74cb27c529 100644 --- a/sys/dev/acpi/acpi.c +++ b/sys/dev/acpi/acpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpi.c,v 1.260 2014/07/01 19:13:19 kettenis Exp $ */ +/* $OpenBSD: acpi.c,v 1.261 2014/07/10 13:52:15 blambert Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org> @@ -27,7 +27,6 @@ #include <sys/signalvar.h> #include <sys/proc.h> #include <sys/kthread.h> -#include <sys/workq.h> #include <sys/sched.h> #include <sys/reboot.h> |