diff options
Diffstat (limited to 'sys/dev/isa/wss.c')
-rw-r--r-- | sys/dev/isa/wss.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/wss.c b/sys/dev/isa/wss.c index 53ecf9f2a52..41602d67282 100644 --- a/sys/dev/isa/wss.c +++ b/sys/dev/isa/wss.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wss.c,v 1.26 2013/05/24 07:58:46 ratchov Exp $ */ +/* $OpenBSD: wss.c,v 1.27 2014/09/14 14:17:25 jsg Exp $ */ /* $NetBSD: wss.c,v 1.42 1998/01/19 22:18:23 augustss Exp $ */ /* @@ -42,7 +42,6 @@ #include <sys/ioctl.h> #include <sys/syslog.h> #include <sys/device.h> -#include <sys/proc.h> #include <sys/buf.h> #include <machine/cpu.h> |