Re: [PATCH] imx-drm: imx-drm-core: Remove unused 'imxdrm' variable

2014-02-08 Thread Russell King - ARM Linux
On Sat, Feb 08, 2014 at 06:49:49PM -0200, Fabio Estevam wrote: > From: Fabio Estevam > > Since commit 020a9ea7c2 (imx-drm: imx-drm-core: avoid going the long route > round > for drm_device) the 'imxdrm' variable is not used anymore, which causes the > following build warning: > > drivers/stagin

[PATCH] imx-drm: imx-drm-core: Remove unused 'imxdrm' variable

2014-02-08 Thread Fabio Estevam
From: Fabio Estevam Since commit 020a9ea7c2 (imx-drm: imx-drm-core: avoid going the long route round for drm_device) the 'imxdrm' variable is not used anymore, which causes the following build warning: drivers/staging/imx-drm/imx-drm-core.c:87:25: warning: unused variable 'imxdrm' [-Wunused-var