Commit 86b9357c authored by Kent Overstreet's avatar Kent Overstreet

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

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent a39b6ac3
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment