diff options
| author | ad <ad@NetBSD.org> | 2008-01-04 21:17:40 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2008-01-04 21:17:40 +0000 |
| commit | 0664a0459bf6ef4342e31b3bf0327a7bc3997776 (patch) | |
| tree | b48e347640c1fc0918c24ded9444d55a24a31878 /sys/dev/raidframe/raidframevar.h | |
| parent | 46a018d0e2a929dda153017a300c25e2e4c045c5 (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/raidframe/raidframevar.h')
| -rw-r--r-- | sys/dev/raidframe/raidframevar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/raidframe/raidframevar.h b/sys/dev/raidframe/raidframevar.h index 153cc6c0cf2..2bbc498b6ab 100644 --- a/sys/dev/raidframe/raidframevar.h +++ b/sys/dev/raidframe/raidframevar.h @@ -1,4 +1,4 @@ -/* $NetBSD: raidframevar.h,v 1.10 2006/09/05 01:55:21 oster Exp $ */ +/* $NetBSD: raidframevar.h,v 1.11 2008/01/04 21:18:05 ad Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -109,7 +109,7 @@ #include <sys/uio.h> #include <sys/param.h> #include <sys/proc.h> -#include <sys/lock.h> +#include <sys/simplelock.h> #include <sys/mallocvar.h> #endif |
