This is a simple and straight forward cleanup series that makes all device types in the net subsystem constants. This has been possible since 2011 [1] but not all occurrences were cleaned. I have been sweeping the tree to fix them all.
--- [1] https://lore.kernel.org/all/[email protected]/ To: Maarten Lankhorst <[email protected]> To: Maxime Ripard <[email protected]> To: Thomas Zimmermann <[email protected]> To: David Airlie <[email protected]> To: Daniel Vetter <[email protected]> To: Hans de Goede <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Signed-off-by: Ricardo B. Marliere <[email protected]> --- Ricardo B. Marliere (3): drm/dp: constify the struct device_type usage drm/privacy_screen: constify the struct device_type usage drm/sysfs: constify the struct device_type usage drivers/gpu/drm/display/drm_dp_aux_bus.c | 2 +- drivers/gpu/drm/drm_privacy_screen.c | 2 +- drivers/gpu/drm/drm_sysfs.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) --- base-commit: b59dcca97bf052341b9ac28b1ee1af46498b8833 change-id: 20240219-device_cleanup-drm-eeeb5c7468da Best regards, -- Ricardo B. Marliere <[email protected]>
