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)
commit6ca813c4e515d9b868cd71703ef15f4af3aebb21
treef52630d2fe052e24ca34cc91dce2e691eac7a5ee
parent3d1e412ac5570a669e1b1fc5fd0f6859250c3d76
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