From fdffa6f2b3a2385ecfc6516259e4c99d6feb7139 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Wed, 26 Feb 2014 20:53:44 -0300 Subject: [PATCH] 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 Signed-off-by: Fabio Estevam Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed