mbox series

[0/3] drm/fb-helper: Build fixes for cleanup

Message ID 20221107125329.12842-1-tzimmermann@suse.de (mailing list archive)
Headers show
Series drm/fb-helper: Build fixes for cleanup | expand

Message

Thomas Zimmermann Nov. 7, 2022, 12:53 p.m. UTC
Cleaning up the fbdev code produced a number of simple build
errors. Fix them.

Thomas Zimmermann (3):
  drm/fbdev: Include <linux/vmalloc.h>
  drm/hisilicon/hibmc: Include <linux/io.h> for readl() and writel()
  drm/fb-helper: Document struct drm_fb_helper.hint_leak_smem_start

 drivers/gpu/drm/drm_fbdev_generic.c              | 1 +
 drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_vdac.c | 2 ++
 include/drm/drm_fb_helper.h                      | 7 +++++++
 3 files changed, 10 insertions(+)

Comments

Thomas Zimmermann Nov. 8, 2022, 3:08 p.m. UTC | #1
a-b: danvet via irc

Am 07.11.22 um 13:53 schrieb Thomas Zimmermann:
> Cleaning up the fbdev code produced a number of simple build
> errors. Fix them.
> 
> Thomas Zimmermann (3):
>    drm/fbdev: Include <linux/vmalloc.h>
>    drm/hisilicon/hibmc: Include <linux/io.h> for readl() and writel()
>    drm/fb-helper: Document struct drm_fb_helper.hint_leak_smem_start
> 
>   drivers/gpu/drm/drm_fbdev_generic.c              | 1 +
>   drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_vdac.c | 2 ++
>   include/drm/drm_fb_helper.h                      | 7 +++++++
>   3 files changed, 10 insertions(+)
>