[PATCH] staging: imx-drm: imx-tve: Fix a sparse warning

2013-12-23 Thread Shawn Guo
On Sun, Dec 22, 2013 at 12:19:52PM +0800, Liu Ying wrote: > This patch declares the function of_get_tve_mode > as a static one to fix this sparse warning: > drivers/staging/imx-drm/imx-tve.c:563:11: warning: \ > symbol 'of_get_tve_mode' was not declared. \ > Should it be static? > >

[PATCH] staging: imx-drm: imx-tve: Fix a sparse warning

2013-12-22 Thread Liu Ying
This patch declares the function of_get_tve_mode as a static one to fix this sparse warning: drivers/staging/imx-drm/imx-tve.c:563:11: warning: \ symbol 'of_get_tve_mode' was not declared. \ Should it be static? Signed-off-by: Liu Ying --- drivers/staging/imx-drm/imx-tve.c |2 +- 1 file