]> git.baikalelectronics.ru Git - kernel.git/commit
video/stifb.c: make 2 functions static
authorAdrian Bunk <bunk@kernel.org>
Sat, 26 Jul 2008 02:46:27 +0000 (19:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Jul 2008 19:00:12 +0000 (12:00 -0700)
commit09dd38af0d3557384c82c5846262a7e8c7d29ebd
treef52630d2fe052e24ca34cc91dce2e691eac7a5ee
parenta3ab4c442c2bff77a210ed488241e961065460dd
video/stifb.c: make 2 functions static

This patch makes the following needlessly global functions static:
 - stifb_init_fb()
 - stifb_init()

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/stifb.c