OSDN Git Service

drm/tests: helpers: Add missing export
authorMaxime Ripard <maxime@cerno.tech>
Mon, 28 Nov 2022 08:19:38 +0000 (09:19 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 28 Nov 2022 15:06:26 +0000 (16:06 +0100)
commita77a3ffa151b7a9b3f579203ff6b5844803acfd7
tree806562a86946c53e848aca9d52a5675b2ea669ae
parent0ae41323a83233610e64e926eefb4d132ecb9028
drm/tests: helpers: Add missing export

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 <lkp@intel.com>
Reviewed-by: MaĆ­ra Canal <mairacanal@riseup.net>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20221128081938.742410-3-maxime@cerno.tech
drivers/gpu/drm/tests/drm_kunit_helpers.c