summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpivideo.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/acpi/acpivideo.c')
-rw-r--r--sys/dev/acpi/acpivideo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpivideo.c b/sys/dev/acpi/acpivideo.c
index 7608e58740a..9609f92c968 100644
--- a/sys/dev/acpi/acpivideo.c
+++ b/sys/dev/acpi/acpivideo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpivideo.c,v 1.8 2011/04/06 21:16:13 martynas Exp $ */
+/* $OpenBSD: acpivideo.c,v 1.9 2011/05/23 11:58:40 pirofti Exp $ */
/*
* Copyright (c) 2008 Federico G. Schwindt <fgsch@openbsd.org>
* Copyright (c) 2009 Paul Irofti <pirofti@openbsd.org>
@@ -19,7 +19,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
-#include <sys/malloc.h>
#include <machine/bus.h>