]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3962c81fdc501e85f1d7779bdbfe9994bfd6273c
tree190928ba6eb28e1cf5819d64ca2b18f57a0138a5
parent690400f1a081c945d6f754bd62d5c3efe246a624
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