OSDN Git Service

drm/omap: venc: remove unused variable 'venc_config_pal_bdghi'
authorYueHaibing <yuehaibing@huawei.com>
Wed, 15 Apr 2020 13:21:05 +0000 (21:21 +0800)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 28 Apr 2020 09:54:43 +0000 (12:54 +0300)
commit44dd0eef4a24bc4020f6c7b7aa855e341eb4bad2
tree190928ba6eb28e1cf5819d64ca2b18f57a0138a5
parent439c2787532ff6ecfa7917ad100df923da58c103
drm/omap: venc: remove unused variable 'venc_config_pal_bdghi'

drivers/gpu/drm/omapdrm/dss/venc.c:211:33:
 warning: 'venc_config_pal_bdghi' defined but not used [-Wunused-const-variable=]
 static const struct venc_config venc_config_pal_bdghi = {
                                 ^~~~~~~~~~~~~~~~~~~~~

It is never used, remove it.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200415132105.43636-1-yuehaibing@huawei.com
drivers/gpu/drm/omapdrm/dss/venc.c