Re: [PATCH 7/7] drm/udl: Remove struct udl_connector

2024-04-05 Thread Dan Carpenter
://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20240404150857.5520-8-tzimmermann%40suse.de patch subject: [PATCH 7/7] drm/udl: Remove struct udl_connector config: parisc-randconfig-r071-20240405 (https://download.01.org/0day-ci/archive/20240405

[PATCH 7/7] drm/udl: Remove struct udl_connector

2024-04-04 Thread Thomas Zimmermann
Udl's struct udl_connector is an empty wrapper around struct drm_connector. Remove it. Allocate the connector as part of struct udl_device and inline the init function into its only caller. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/udl/udl_drv.h | 10 +--