mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
drivers/gpu/drm/i915/i915_memcpy.c: fix missing includes
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
a39b6ac378
commit
86b9357c1b
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user