commit | 9a268a629be4c15ed85c88a61d712d92aa943847 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Tue May 08 00:37:45 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue May 08 11:15:27 2007 -0700 |
tree | fbf417ef6bbe4272ec3d62f1c741916144e4c53a | |
parent | aad09e51eeb6ec68029271642a7528ffc08fee81 [diff] |
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>