commit | b71b76333952053c383d20f7b2175968d8ada304 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hartleys@visionengravers.com> | Wed May 02 17:37:35 2012 -0700 |
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | Tue May 08 16:57:30 2012 +0000 |
tree | 2986604a1b346e2c4ca30b101988aee69f95c6cd | |
parent | 192e12765f96fca026f25182c6b31d909c4191a8 [diff] |
video: mb862xxfbdrv.c: 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_intr' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Anatolij Gustschin <agust@denx.de> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>