diff options
author | Thomas Zimmermann <[email protected]> | 2022-06-08 13:51:22 +0200 |
---|---|---|
committer | Thomas Zimmermann <[email protected]> | 2022-06-09 11:18:21 +0200 |
commit | f17c655cfb99796918d96ae25261db2640407d01 (patch) | |
tree | 90d339af949e929d2a2cd191c335ee6f645f724a /drivers/gpu/drm/logicvc/logicvc_mode.c | |
parent | c24968734abfed81c8f93dc5f44a7b7a9aecadfa (diff) |
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 <[email protected]>
Fixes: 85397f6bc4ff ("drm/mgag200: Initialize each model in separate function")
Reviewed-by: Daniel Vetter <[email protected]>
Reported-by: kernel test robot <[email protected]>
Cc: Thomas Zimmermann <[email protected]>
Cc: Jocelyn Falempe <[email protected]>
Cc: Dave Airlie <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/all/[email protected]/
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/logicvc/logicvc_mode.c')
0 files changed, 0 insertions, 0 deletions