Commit 89e56d5e authored by Yanteng Si's avatar Yanteng Si Committed by Rob Clark

drm/msm: Fix missing include files in msm_gem_shrinker.c

Include linux/vmalloc.h to fix below errors:
error: implicit declaration of function 'register_vmap_purge_notifier'
error: implicit declaration of function 'unregister_vmap_purge_notifier'
Signed-off-by: default avatarYanteng Si <siyanteng@loongson.cn>
Link: https://lore.kernel.org/r/f270502946fa411cc85c18fc252e5ddbeaf9c2f5.1634200323.git.siyanteng@loongson.cnSigned-off-by: default avatarRob Clark <robdclark@chromium.org>
parent f8546caa
......@@ -4,6 +4,8 @@
* Author: Rob Clark <robdclark@gmail.com>
*/
#include <linux/vmalloc.h>
#include "msm_drv.h"
#include "msm_gem.h"
#include "msm_gpu.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