diff options
author | Thomas Zimmermann <tzimmermann@suse.de> | 2021-05-16 15:13:15 +0300 |
---|---|---|
committer | Thomas Zimmermann <tzimmermann@suse.de> | 2021-05-27 09:34:57 +0300 |
commit | c4eaba3853ede40965f2ed379223ca2202550c73 (patch) | |
tree | bb9d33c324743c00fc0b0586cf60d0b291849ed1 /include/drm | |
parent | b066c72e6a1c2a4876a0ad1032b1fef6fc86e6eb (diff) | |
download | linux-c4eaba3853ede40965f2ed379223ca2202550c73.tar.xz |
drm/fourcc: Remove struct drm_format_buf_name
The structure is unused. Remove it.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210516121315.30321-5-tzimmermann@suse.de
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_fourcc.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/drm/drm_fourcc.h b/include/drm/drm_fourcc.h index 3ea17b8a79d3..3b138d4ae67e 100644 --- a/include/drm/drm_fourcc.h +++ b/include/drm/drm_fourcc.h @@ -136,14 +136,6 @@ struct drm_format_info { }; /** - * struct drm_format_name_buf - name of a DRM format - * @str: string buffer containing the format name - */ -struct drm_format_name_buf { - char str[32]; -}; - -/** * drm_format_info_is_yuv_packed - check that the format info matches a YUV * format with data laid in a single plane * @info: format info |