On 11/02/25 - 12:09, José Expósito wrote: > Extract the initialization of the default configuration to a function. > Refactor, no functional changes. > > Reviewed-by: Louis Chauvet <louis.chauvet@xxxxxxxxxxx> > Co-developed-by: Louis Chauvet <louis.chauvet@xxxxxxxxxxx> > Signed-off-by: Louis Chauvet <louis.chauvet@xxxxxxxxxxx> > Signed-off-by: José Expósito <jose.exposito89@xxxxxxxxx> I just tested to build vkms in module, and it does not works. Can you add this for the next iteration? diff --git a/drivers/gpu/drm/vkms/vkms_config.c b/drivers/gpu/drm/vkms/vkms_config.c index 1c3b10f9caaa..0af8e6dc0a01 100644 --- a/drivers/gpu/drm/vkms/vkms_config.c +++ b/drivers/gpu/drm/vkms/vkms_config.c @@ -36,6 +36,7 @@ struct vkms_config *vkms_config_default_create(bool enable_cursor, return config; } +EXPORT_SYMBOL_IF_KUNIT(vkms_config_default_create); void vkms_config_destroy(struct vkms_config *config) { Thanks, Louis Chauvet