[PATCH] drm/tegra: remove unused variable

2016-02-09 Thread Daniel Vetter
On Tue, Feb 09, 2016 at 01:28:15PM +0100, Arnd Bergmann wrote: > A newly merged patch removed the only user of this variable, > leading to a harmless gcc warning: > > drivers/gpu/drm/tegra/drm.c: In function 'tegra_drm_preclose': > drivers/gpu/drm/tegra/drm.c:861:19: error: unused variable 'crtc'

[PATCH] drm/tegra: remove unused variable

2016-02-09 Thread Arnd Bergmann
A newly merged patch removed the only user of this variable, leading to a harmless gcc warning: drivers/gpu/drm/tegra/drm.c: In function 'tegra_drm_preclose': drivers/gpu/drm/tegra/drm.c:861:19: error: unused variable 'crtc' [-Werror=unused-variable] This removes the variable as well. Cc: Terje