commit | 7fc6cb2876ea8e3d07db02d8a9102d93ea9948c9 | [log] [tgz] |
---|---|---|
author | Liu Ying <Ying.Liu@freescale.com> | Tue Dec 24 10:17:44 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jan 08 15:40:47 2014 -0800 |
tree | 3d6f8dbe4d736f8a6b409fa954295598f66539f4 | |
parent | 8a3cecf5030f013cf5747d24faa763ae74d62e4f [diff] |
staging: imx-drm: imx-tve: Fix a sparse warning 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? Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Liu Ying <Ying.Liu@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>