imx-drm: imx-drm-core: Staticize imx_drm_find_crtc()
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 26 Feb 2014 23:53:44 +0000 (20:53 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Feb 2014 22:57:43 +0000 (14:57 -0800)
commitfdffa6f2b3a2385ecfc6516259e4c99d6feb7139
treef5a4ab3635167f963627a829e5170e3bed31845c
parent18589738eeee7d561058e2e30b154ea97c91e3e9
imx-drm: imx-drm-core: Staticize imx_drm_find_crtc()

Fix the following static checker warning:

drivers/staging/imx-drm/imx-drm-core.c:89:21: warning: symbol 'imx_drm_find_crtc' was not declared. Should it be static?

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/imx-drm/imx-drm-core.c
This page took 0.037177 seconds and 5 git commands to generate.