diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2015-02-11 01:40:43 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2015-02-11 01:40:43 +0000 |
commit | 77c66ae4bb4df956d397c125a22f664fbb97fd84 (patch) | |
tree | 72049c9acd2e6024f42ddba4978848f08253f94a | |
parent | 2cf6dafdee82ca0c3168e3813360c6401e16768f (diff) |
this doesnt need anything sys/lock.h provides
-rw-r--r-- | sys/arch/sparc64/dev/vdsp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/vdsp.c b/sys/arch/sparc64/dev/vdsp.c index b7b7fe12b8c..61d36c865c4 100644 --- a/sys/arch/sparc64/dev/vdsp.c +++ b/sys/arch/sparc64/dev/vdsp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vdsp.c,v 1.37 2015/01/27 03:17:35 dlg Exp $ */ +/* $OpenBSD: vdsp.c,v 1.38 2015/02/11 01:40:42 dlg Exp $ */ /* * Copyright (c) 2009, 2011, 2014 Mark Kettenis * @@ -24,7 +24,6 @@ #include <sys/fcntl.h> #include <sys/malloc.h> #include <sys/mutex.h> -#include <sys/lock.h> #include <sys/namei.h> #include <sys/systm.h> #include <sys/task.h> |