From: H Hartley Sweeten Date: Thu, 3 May 2012 00:34:16 +0000 (-0700) Subject: video: mb862xx-i2c: local functions should not be exposed globally X-Git-Tag: v3.5-rc1~7^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=192e12765f96fca026f25182c6b31d909c4191a8;p=pandora-kernel.git video: mb862xx-i2c: local functions should not be exposed globally Functions not referenced outside of a source file should be marked static to prevent them from being exposed globally. Quiets the sparse warnings: warning: symbol 'mb862xx_i2c_stop' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten Cc: Anatolij Gustschin Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed