summaryrefslogtreecommitdiff
path: root/sys/dev/ofisa
diff options
context:
space:
mode:
authorad <ad@NetBSD.org>2008-01-04 21:17:40 +0000
committerad <ad@NetBSD.org>2008-01-04 21:17:40 +0000
commit0664a0459bf6ef4342e31b3bf0327a7bc3997776 (patch)
treeb48e347640c1fc0918c24ded9444d55a24a31878 /sys/dev/ofisa
parent46a018d0e2a929dda153017a300c25e2e4c045c5 (diff)
Start detangling lock.h from intr.h. This is likely to cause short term
breakage, but the mess of dependencies has been regularly breaking the build recently anyhow.
Diffstat (limited to 'sys/dev/ofisa')
-rw-r--r--sys/dev/ofisa/pckbc_ofisa.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/ofisa/pckbc_ofisa.c b/sys/dev/ofisa/pckbc_ofisa.c
index 59096753a74..441d5e35a77 100644
--- a/sys/dev/ofisa/pckbc_ofisa.c
+++ b/sys/dev/ofisa/pckbc_ofisa.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pckbc_ofisa.c,v 1.13 2007/10/19 12:00:38 ad Exp $ */
+/* $NetBSD: pckbc_ofisa.c,v 1.14 2008/01/04 21:17:59 ad Exp $ */
/*
* Copyright (c) 1998
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pckbc_ofisa.c,v 1.13 2007/10/19 12:00:38 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pckbc_ofisa.c,v 1.14 2008/01/04 21:17:59 ad Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -38,8 +38,6 @@ __KERNEL_RCSID(0, "$NetBSD: pckbc_ofisa.c,v 1.13 2007/10/19 12:00:38 ad Exp $");
#include <sys/malloc.h>
#include <sys/errno.h>
#include <sys/queue.h>
-#include <sys/lock.h>
-
#include <sys/bus.h>
#include <dev/isa/isareg.h>