Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

-8
-8
include/drm/drm_fourcc.h
··· 136 136 }; 137 137 138 138 /** 139 - * struct drm_format_name_buf - name of a DRM format 140 - * @str: string buffer containing the format name 141 - */ 142 - struct drm_format_name_buf { 143 - char str[32]; 144 - }; 145 - 146 - /** 147 139 * drm_format_info_is_yuv_packed - check that the format info matches a YUV 148 140 * format with data laid in a single plane 149 141 * @info: format info