diff options
author | Nirmoy Das <[email protected]> | 2023-01-17 19:04:17 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2023-01-18 10:00:33 +0100 |
commit | 30e94ff769c36a90c8ef298b6d726054f1338379 (patch) | |
tree | a82a4eeeba7fcd9be63b8950614e21dad12dd71c | |
parent | 6c572637631ea49be3ec88f6eee7fb4a0e4c9733 (diff) |
drm_print: Remove deprecated DRM_DEBUG_KMS_RATELIMITED()
There are no current users of DRM_DEBUG_KMS_RATELIMITED()
so remove it.
Cc: Maarten Lankhorst <[email protected]>
Cc: Maxime Ripard <[email protected]>
Cc: Thomas Zimmermann <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Signed-off-by: Nirmoy Das <[email protected]>
Reviewed-by: Sam Ravnborg <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: Christian König <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Christian König <[email protected]>
-rw-r--r-- | include/drm/drm_print.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drm/drm_print.h b/include/drm/drm_print.h index a44fb7ef257f..c3753da97c4e 100644 --- a/include/drm/drm_print.h +++ b/include/drm/drm_print.h @@ -605,9 +605,6 @@ void __drm_err(const char *format, ...); #define drm_dbg_kms_ratelimited(drm, fmt, ...) \ __DRM_DEFINE_DBG_RATELIMITED(KMS, drm, fmt, ## __VA_ARGS__) -/* NOTE: this is deprecated in favor of drm_dbg_kms_ratelimited(NULL, ...). */ -#define DRM_DEBUG_KMS_RATELIMITED(fmt, ...) drm_dbg_kms_ratelimited(NULL, fmt, ## __VA_ARGS__) - /* * struct drm_device based WARNs * |