summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2020-10-16 09:44:18 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2020-10-16 09:44:18 +0000
commitf5a0ce89e9bcddedac89ee63ac2435f3b73c5466 (patch)
tree24b24adbdc885fc4e0d0d81ee1f07a66b6bc7682 /sys/dev/pci/drm
parent03c833db7605d9fd64cb0051baf2298d4f7b77f5 (diff)
remove uneeded pool.h include
Diffstat (limited to 'sys/dev/pci/drm')
-rw-r--r--sys/dev/pci/drm/include/linux/xarray.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/include/linux/xarray.h b/sys/dev/pci/drm/include/linux/xarray.h
index 6aa486be54b..d1de0b00740 100644
--- a/sys/dev/pci/drm/include/linux/xarray.h
+++ b/sys/dev/pci/drm/include/linux/xarray.h
@@ -6,7 +6,6 @@
#include <linux/gfp.h>
#include <sys/tree.h>
-#include <sys/pool.h>
#define XA_FLAGS_ALLOC 1
#define XA_FLAGS_ALLOC1 2