From: Sachin Kamat Date: Thu, 2 Aug 2012 06:14:11 +0000 (+0530) Subject: video: exynos-mipi-dsi: Add missing static storage class specifiers X-Git-Tag: v3.7-rc1~48^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c4ceee0de69616f98240cbe3f5a4ed6d1973c63;p=pandora-kernel.git video: exynos-mipi-dsi: Add missing static storage class specifiers Fixes the following sparse warnings: drivers/video/exynos/exynos_mipi_dsi.c:208:22: warning: symbol 'exynos_mipi_dsi_find_lcd_device' was not declared. Should it be static? drivers/video/exynos/exynos_mipi_dsi.c:268:22: warning: symbol 'exynos_mipi_dsi_bind_lcd_ddi' was not declared. Should it be static? Signed-off-by: Sachin Kamat Acked-by: Donghwa Lee Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed