summaryrefslogtreecommitdiff
path: root/sys/dev/pci/qle.c
diff options
context:
space:
mode:
authorVisa Hankala <visa@cvs.openbsd.org>2017-01-24 02:28:18 +0000
committerVisa Hankala <visa@cvs.openbsd.org>2017-01-24 02:28:18 +0000
commita60294e69cf0a2edb0b9244cdb10f317b9bdf7ec (patch)
tree4c38a53239855c5620acfe238cc261cb80ae64fe /sys/dev/pci/qle.c
parentdcadd540bf3bb72228eda9bb747a7d398a1874a2 (diff)
Use header <sys/atomic.h> rather than <machine/atomic.h> in MI code.
OK mpi@ deraadt@
Diffstat (limited to 'sys/dev/pci/qle.c')
-rw-r--r--sys/dev/pci/qle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/qle.c b/sys/dev/pci/qle.c
index ea9032422cd..749b6618395 100644
--- a/sys/dev/pci/qle.c
+++ b/sys/dev/pci/qle.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: qle.c,v 1.38 2015/09/11 10:19:05 jmatthew Exp $ */
+/* $OpenBSD: qle.c,v 1.39 2017/01/24 02:28:17 visa Exp $ */
/*
* Copyright (c) 2013, 2014 Jonathan Matthew <jmatthew@openbsd.org>
@@ -20,13 +20,13 @@
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/atomic.h>
#include <sys/malloc.h>
#include <sys/device.h>
#include <sys/sensors.h>
#include <sys/rwlock.h>
#include <sys/task.h>
-#include <machine/atomic.h>
#include <machine/bus.h>
#include <dev/pci/pcireg.h>