lkml.org 
[lkml]   [2023]   [Dec]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 01/50] drivers/gpu/drm/i915/i915_memcpy.c: fix missing includes
Date
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
---
drivers/gpu/drm/i915/i915_memcpy.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/drivers/gpu/drm/i915/i915_memcpy.c b/drivers/gpu/drm/i915/i915_memcpy.c
index 1b021a4902de..40b288136841 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 <asm/cpufeature.h>
#include <asm/fpu/api.h>

#include "i915_memcpy.h"
--
2.43.0

\
 
 \ /
  Last update: 2023-12-16 03:49    [W:0.296 / U:1.944 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site