[PATCH drm-misc 0/3] drm: constify the struct device_type usage

From: Ricardo B. Marliere
Date: Mon Feb 19 2024 - 07:01:09 EST


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/1305850262-9575-5-git-send-email-gregkh@xxxxxxx/

To: Maarten Lankhorst <maarten.lankhorst@xxxxxxxxxxxxxxx>
To: Maxime Ripard <mripard@xxxxxxxxxx>
To: Thomas Zimmermann <tzimmermann@xxxxxxx>
To: David Airlie <airlied@xxxxxxxxx>
To: Daniel Vetter <daniel@xxxxxxxx>
To: Hans de Goede <hdegoede@xxxxxxxxxx>
Cc: <dri-devel@xxxxxxxxxxxxxxxxxxxxx>
Cc: <linux-kernel@xxxxxxxxxxxxxxx>
Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Signed-off-by: Ricardo B. Marliere <ricardo@xxxxxxxxxxxx>

---
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 <ricardo@xxxxxxxxxxxx>