]> git.baikalelectronics.ru Git - kernel.git/commit
video/console/stico{n,re}.c: make code static
authorAdrian Bunk <bunk@kernel.org>
Sat, 26 Jul 2008 02:46:26 +0000 (19:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Jul 2008 19:00:12 +0000 (12:00 -0700)
commita3ab4c442c2bff77a210ed488241e961065460dd
tree9991d33f7aba9b375c3d7ff857b2ede406184de4
parentf3093f3d0b18f233f696f32ff5900474d6db5fe9
video/console/stico{n,re}.c: make code static

This patch makes the following needlessly global code static:
 - sticon.c: sticonsole_init()
 - sticore.c: struct default_sti
 - sticore.c: sti_init_graph()
 - sticore.c: sti_inq_conf()
 - sticore.c: sti_rom_copy()
 - sticore.c: sti_select_fbfont()
 - sticore.c: sti_select_font()
 - sticore.c: sti_get_wmode_rom()
 - sticore.c: sti_read_rom()

[akpm@linux-foundation.org: coding-style fixes]
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/console/sticon.c
drivers/video/console/sticore.c
drivers/video/sticore.h