Commit 7420f482 authored by Oded Gabbay's avatar Oded Gabbay

drm/amdkfd: add missing include of mm.h

This patch fixes kernel build in ARCH=frv
Signed-off-by: default avatarOded Gabbay <oded.gabbay@gmail.com>
parent 33d009cd
......@@ -26,6 +26,7 @@
#define AMDGPU_AMDKFD_H_INCLUDED
#include <linux/types.h>
#include <linux/mm.h>
#include <linux/mmu_context.h>
#include <kgd_kfd_interface.h>
#include <drm/ttm/ttm_execbuf_util.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