drivers/gpu/drm/i915/i915_memcpy.c: fix missing includes

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2023-12-15 20:21:52 -05:00
parent a39b6ac378
commit 86b9357c1b

View file

@ -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"