From: Laurent Pinchart Date: Sun, 11 Feb 2018 13:07:35 +0000 (+0200) Subject: drm: omapdrm: connector-analog-tv: Remove tvc_of_match forward declaration X-Git-Tag: v4.17-rc1~185^2~9^2~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8cd175778b17bb76b535d13b6e9a1720b35bc474;p=thirdparty%2Fkernel%2Flinux.git drm: omapdrm: connector-analog-tv: Remove tvc_of_match forward declaration The tvc_of_match variable is never referenced before its definition. Remove the forward declaration. Signed-off-by: Laurent Pinchart Reviewed-by: Sebastian Reichel Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/gpu/drm/omapdrm/displays/connector-analog-tv.c b/drivers/gpu/drm/omapdrm/displays/connector-analog-tv.c index 95ea6abae9142..d3a79d5088555 100644 --- a/drivers/gpu/drm/omapdrm/displays/connector-analog-tv.c +++ b/drivers/gpu/drm/omapdrm/displays/connector-analog-tv.c @@ -40,8 +40,6 @@ static const struct videomode tvc_pal_vm = { DISPLAY_FLAGS_VSYNC_LOW, }; -static const struct of_device_id tvc_of_match[]; - #define to_panel_data(x) container_of(x, struct panel_drv_data, dssdev) static int tvc_connect(struct omap_dss_device *dssdev)