diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2019-03-26 18:34:00 +0100 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2019-03-27 12:55:13 +0100 |
commit | 35f51863e30db67f967a21447e897cbab111d39c (patch) | |
tree | 5f47e4914d86fb73aabba4c141304776d55ac6e6 /include/drm | |
parent | drm: Fix tabs vs. spaces (diff) | |
download | linux-35f51863e30db67f967a21447e897cbab111d39c.tar.xz linux-35f51863e30db67f967a21447e897cbab111d39c.zip |
drm: Kill drm_display_info.name
drm_display_info.name is only ever set by a few panel drivers but
never actually used anywhere except in i915 debugfs code. Trash it.
v2: Fix typo in commit msg (Sam Ravnborg)
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190326173401.7329-3-ville.syrjala@linux.intel.com
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_connector.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/drm/drm_connector.h b/include/drm/drm_connector.h index b78a2ad66298..ba255f5a0625 100644 --- a/include/drm/drm_connector.h +++ b/include/drm/drm_connector.h @@ -294,11 +294,6 @@ enum drm_panel_orientation { */ struct drm_display_info { /** - * @name: Name of the display. - */ - char name[DRM_DISPLAY_INFO_LEN]; - - /** * @width_mm: Physical width in mm. */ unsigned int width_mm; |