]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdafafe520195256814e7a706dc60e5646d5ff871
treefbf417ef6bbe4272ec3d62f1c741916144e4c53a
parent0eebda8f8109e94737e8fefe4d9a03af125df465
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