aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-12-15 20:21:52 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-12-17 20:25:27 -0500
commit86b9357c1bbe993e74a304b3f7783d7d0c79c40c (patch)
treee7b0fb4ff4cd47bdd4f370fcc3a5b7af1f9c0447
parentLinux 6.7-rc5 (diff)
downloadwireguard-linux-86b9357c1bbe993e74a304b3f7783d7d0c79c40c.tar.xz
wireguard-linux-86b9357c1bbe993e74a304b3f7783d7d0c79c40c.zip
drivers/gpu/drm/i915/i915_memcpy.c: fix missing includes
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/i915/i915_memcpy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_memcpy.c b/drivers/gpu/drm/i915/i915_memcpy.c
index 1b021a4902de..ba82277254b7 100644
--- a/drivers/gpu/drm/i915/i915_memcpy.c
+++ b/drivers/gpu/drm/i915/i915_memcpy.c
@@ -23,6 +23,8 @@
*/
#include <linux/kernel.h>
+#include <linux/string.h>
+#include <linux/cpufeature.h>
#include <asm/fpu/api.h>
#include "i915_memcpy.h"