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

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

parent a39b6ac3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"