Re: [PATCH 3/3] drm/tests: helpers: Add missing export

2022-11-28 Thread MaĆ­ra Canal
On 11/28/22 05:19, Maxime Ripard wrote: > drm_kunit_device_init() is a public function meant to be used by other > tests, but isn't exported. This leads to modpost errors when the other > tests are compiled as module. > > Reported-by: kernel test robot > Signed-off-by: Maxime Ripard Reviewed-by

[PATCH 3/3] drm/tests: helpers: Add missing export

2022-11-28 Thread Maxime Ripard
drm_kunit_device_init() is a public function meant to be used by other tests, but isn't exported. This leads to modpost errors when the other tests are compiled as module. Reported-by: kernel test robot Signed-off-by: Maxime Ripard --- drivers/gpu/drm/tests/drm_kunit_helpers.c | 1 + 1 file cha