diff options
author | 2011-05-23 11:58:40 +0000 | |
---|---|---|
committer | 2011-05-23 11:58:40 +0000 | |
commit | bd7613a852db5572c29166fa978d4f7f7366e255 (patch) | |
tree | 6c98ad4250e6ccf4ba09def383e9ea798719d4b5 | |
parent | Do not check malloc return value against NULL, as M_WAITOK is used. (diff) | |
download | wireguard-openbsd-bd7613a852db5572c29166fa978d4f7f7366e255.tar.xz wireguard-openbsd-bd7613a852db5572c29166fa978d4f7f7366e255.zip |
Remove leftover include.
-rw-r--r-- | sys/dev/acpi/acpivideo.c | 3 |
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> |