diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2019-03-26 19:34:01 +0200 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2019-03-27 13:55:13 +0200 |
commit | a9282a8e696683b83dbe98db9541505968be6967 (patch) | |
tree | c596b7e9565b97f6c19ee1e6965740a48d139aa9 /include/uapi/drm/drm_mode.h | |
parent | 35f51863e30db67f967a21447e897cbab111d39c (diff) | |
download | linux-a9282a8e696683b83dbe98db9541505968be6967.tar.gz linux-a9282a8e696683b83dbe98db9541505968be6967.tar.bz2 linux-a9282a8e696683b83dbe98db9541505968be6967.zip |
drm/uapi: Remove unused DRM_DISPLAY_INFO_LEN
Remove the unused DRM_DISPLAY_INFO_LEN from the uapi headers.
I presume the original plan was to expose the display name
via getconnector, but looks like that never happened. So we have
the define for the length of the string but no string anywhere.
A quick scan didn't seem to reveal userspace referencing this
so hopefully we can just nuke it.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190326173401.7329-4-ville.syrjala@linux.intel.com
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/uapi/drm/drm_mode.h')
-rw-r--r-- | include/uapi/drm/drm_mode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/drm/drm_mode.h b/include/uapi/drm/drm_mode.h index a439c2e67896..09d72966899a 100644 --- a/include/uapi/drm/drm_mode.h +++ b/include/uapi/drm/drm_mode.h @@ -33,7 +33,6 @@ extern "C" { #endif -#define DRM_DISPLAY_INFO_LEN 32 #define DRM_CONNECTOR_NAME_LEN 32 #define DRM_DISPLAY_MODE_LEN 32 #define DRM_PROP_NAME_LEN 32 |