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:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| mgag200_drv.c | ||
| mgag200_drv.h | ||
| mgag200_g200.c | ||
| mgag200_g200eh.c | ||
| mgag200_g200eh3.c | ||
| mgag200_g200er.c | ||
| mgag200_g200ev.c | ||
| mgag200_g200ew3.c | ||
| mgag200_g200se.c | ||
| mgag200_g200wb.c | ||
| mgag200_i2c.c | ||
| mgag200_mode.c | ||
| mgag200_pll.c | ||
| mgag200_reg.h | ||