Re: [PATCH 0/2] drm/msm: fix build error

2021-10-21 Thread yanteng si
Yanteng Si 于2021年10月14日周四 下午4:51写道: > > Include linux/vmalloc.h to fix below errors: > > error: implicit declaration of function 'vmap'; > error: implicit declaration of function 'register_vmap_purge_notifier' > error: implicit declaration of function '

[PATCH 1/2] drm/msm: Fix missing include files in msm_gem.c

2021-10-14 Thread Yanteng Si
Include linux/vmalloc.h to fix below errors: error: implicit declaration of function 'vmap' Signed-off-by: Yanteng Si --- drivers/gpu/drm/msm/msm_gem.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/msm/msm_gem.c b/drivers/gpu/drm/msm/msm_gem.c index 40

[PATCH 0/2] drm/msm: fix build error

2021-10-14 Thread Yanteng Si
Include linux/vmalloc.h to fix below errors: error: implicit declaration of function 'vmap'; error: implicit declaration of function 'register_vmap_purge_notifier' error: implicit declaration of function 'unregister_vmap_purge_notifier' Yanteng Si (2): drm/msm

[PATCH 2/2] drm/msm: Fix missing include files in msm_gem_shrinker.c

2021-10-14 Thread Yanteng Si
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: Yanteng Si --- drivers/gpu/drm/msm/msm_gem_shrinker.c | 2 ++ 1 file c