summaryrefslogtreecommitdiff
path: root/sys/dev/ic/qla.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2014-09-14 14:17:28 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2014-09-14 14:17:28 +0000
commitf86fd20f7920e0ce9eed94dbfa81ade1020f9bd4 (patch)
treed3e9a139df0f7b8cbe6c9989bc352cfa506c55d7 /sys/dev/ic/qla.c
parenta0c7f6a85405e690b4fe4f037a7dcb011f423de8 (diff)
remove uneeded proc.h includes
ok mpi@ kspillner@
Diffstat (limited to 'sys/dev/ic/qla.c')
-rw-r--r--sys/dev/ic/qla.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/qla.c b/sys/dev/ic/qla.c
index d0bd9eb69db..2a23a4b6740 100644
--- a/sys/dev/ic/qla.c
+++ b/sys/dev/ic/qla.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: qla.c,v 1.44 2014/09/13 16:06:37 doug Exp $ */
+/* $OpenBSD: qla.c,v 1.45 2014/09/14 14:17:24 jsg Exp $ */
/*
* Copyright (c) 2011 David Gwynne <dlg@openbsd.org>
@@ -22,7 +22,6 @@
#include <sys/buf.h>
#include <sys/device.h>
#include <sys/ioctl.h>
-#include <sys/proc.h>
#include <sys/malloc.h>
#include <sys/kernel.h>
#include <sys/mutex.h>
@@ -30,6 +29,7 @@
#include <sys/sensors.h>
#include <sys/queue.h>
+#include <machine/atomic.h>
#include <machine/bus.h>
#include <scsi/scsi_all.h>