]> git.baikalelectronics.ru Git - kernel.git/commit
drm/mgag200: Include <linux/vmalloc.h> for G200 BIOS code
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 8 Jun 2022 11:51:22 +0000 (13:51 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 9 Jun 2022 09:18:21 +0000 (11:18 +0200)
commit6b26378519eade988f69d6a0b82a7bf8846f3054
tree90d339af949e929d2a2cd191c335ee6f645f724a
parent00f2057fb9b1ed189e51c8704920973d5260a77b
drm/mgag200: Include <linux/vmalloc.h> for G200 BIOS code

After moving the vmalloc() call to another file, the rsp include
statement needs to be moved as well. Resolves a build warning on
parisc.

 drivers/gpu/drm/mgag200/mgag200_g200.c: In function
'mgag200_g200_init_refclk':
 drivers/gpu/drm/mgag200/mgag200_g200.c:120:16: error: implicit
declaration of function 'vmalloc'; did you mean 'kvmalloc'?
[-Werror=implicit-function-declaration]

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Fixes: 21da29b64f81 ("drm/mgag200: Initialize each model in separate function")
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reported-by: kernel test robot <lkp@intel.com>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Jocelyn Falempe <jfalempe@redhat.com>
Cc: Dave Airlie <airlied@redhat.com>
Cc: dri-devel@lists.freedesktop.org
Link: https://lore.kernel.org/all/202206080734.ztAvDG7O-lkp@intel.com/
Link: https://patchwork.freedesktop.org/patch/msgid/20220608115122.7448-1-tzimmermann@suse.de
drivers/gpu/drm/mgag200/mgag200_drv.c
drivers/gpu/drm/mgag200/mgag200_g200.c