summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/linux_reservation.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2019-07-29 10:49:41 +0000
committerjsg <jsg@openbsd.org>2019-07-29 10:49:41 +0000
commit1093f70346bd3d393c11570af005db401e4866a8 (patch)
treef17e0649b6d09093dc34e4bf7a23a8aeb5d22544 /sys/dev/pci/drm/linux_reservation.c
parentdma-buf: Discard old fence_excl on retrying get_fences_rcu for realloc (diff)
downloadwireguard-openbsd-1093f70346bd3d393c11570af005db401e4866a8.tar.xz
wireguard-openbsd-1093f70346bd3d393c11570af005db401e4866a8.zip
reduce the diff to linux
Diffstat (limited to 'sys/dev/pci/drm/linux_reservation.c')
-rw-r--r--sys/dev/pci/drm/linux_reservation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/linux_reservation.c b/sys/dev/pci/drm/linux_reservation.c
index 9e6c2ad1ed5..f5c024ada2d 100644
--- a/sys/dev/pci/drm/linux_reservation.c
+++ b/sys/dev/pci/drm/linux_reservation.c
@@ -32,8 +32,8 @@
* Authors: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
*/
-#include <linux/ww_mutex.h>
#include <linux/reservation.h>
+#include <linux/export.h>
/**
* DOC: Reservation Object Overview