drivers/video/hecubafb.c: make 4 functions static
authorAdrian Bunk <bunk@stusta.de>
Tue, 8 May 2007 07:37:45 +0000 (00:37 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 8 May 2007 18:15:27 +0000 (11:15 -0700)
commit9a268a629be4c15ed85c88a61d712d92aa943847
treefbf417ef6bbe4272ec3d62f1c741916144e4c53a
parentaad09e51eeb6ec68029271642a7528ffc08fee81
drivers/video/hecubafb.c: make 4 functions static

This patch makes the following needlessly global functions static:
- hcb_wait_for_ack()
- hcb_wait_for_ack_clear()
- apollo_send_data()
- apollo_send_command()

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Jaya Kumar <jayakumar.lkml@gmail.com>
Cc: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/hecubafb.c