mbox series

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

Message ID cover.1634200323.git.siyanteng@loongson.cn (mailing list archive)
Headers show
Series drm/msm: fix build error | expand

Message

yanteng si Oct. 14, 2021, 8:51 a.m. UTC
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: Fix missing include files in msm_gem.c
  drm/msm: Fix missing include files in msm_gem_shrinker.c

 drivers/gpu/drm/msm/msm_gem.c          | 1 +
 drivers/gpu/drm/msm/msm_gem_shrinker.c | 2 ++
 2 files changed, 3 insertions(+)

Comments

yanteng si Oct. 21, 2021, 11:45 a.m. UTC | #1
Yanteng Si <siyanteng01@gmail.com> 于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 'unregister_vmap_purge_notifier'
>
> Yanteng Si (2):
>   drm/msm: Fix missing include files in msm_gem.c
>   drm/msm: Fix missing include files in msm_gem_shrinker.c
ping?

Thanks,

Yanteng