only need lock.h here, not all of uvm_extern.h
authortedu <tedu@openbsd.org>
Tue, 16 Dec 2014 19:51:33 +0000 (19:51 +0000)
committertedu <tedu@openbsd.org>
Tue, 16 Dec 2014 19:51:33 +0000 (19:51 +0000)
sys/dev/softraid.c

index dc2a910..6e52424 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: softraid.c,v 1.345 2014/12/16 18:30:03 tedu Exp $ */
+/* $OpenBSD: softraid.c,v 1.346 2014/12/16 19:51:33 tedu Exp $ */
 /*
  * Copyright (c) 2007, 2008, 2009 Marco Peereboom <marco@peereboom.us>
  * Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org>
@@ -33,6 +33,7 @@
 #include <sys/fcntl.h>
 #include <sys/disklabel.h>
 #include <sys/vnode.h>
+#include <sys/lock.h>
 #include <sys/mount.h>
 #include <sys/sensors.h>
 #include <sys/stat.h>
@@ -42,8 +43,6 @@
 #include <sys/kthread.h>
 #include <sys/dkio.h>
 
-#include <uvm/uvm_extern.h>
-
 #include <crypto/cryptodev.h>
 
 #include <scsi/scsi_all.h>