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