summaryrefslogtreecommitdiffstats
path: root/drivers/video/console/fbcon_cw.c
diff options
context:
space:
mode:
authorAdrian Bunk2006-10-03 10:15:05 +0200
committerLinus Torvalds2006-10-03 17:04:12 +0200
commit48afdf6eb750b6836932e4d492b90448bc68dfc0 (patch)
treebc57adfe5d91458e5c210aa6b6b2cb07ba65c104 /drivers/video/console/fbcon_cw.c
parent[PATCH] mbxfb: Fix framebuffer size smaller than requested (diff)
downloadkernel-qcow2-linux-48afdf6eb750b6836932e4d492b90448bc68dfc0.tar.gz
kernel-qcow2-linux-48afdf6eb750b6836932e4d492b90448bc68dfc0.tar.xz
kernel-qcow2-linux-48afdf6eb750b6836932e4d492b90448bc68dfc0.zip
[PATCH] fbcon:: make 3 functions static
This patch makes three needlessly global functions static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/console/fbcon_cw.c')
-rw-r--r--drivers/video/console/fbcon_cw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/console/fbcon_cw.c b/drivers/video/console/fbcon_cw.c
index 7f92c06afea7..c637e6318803 100644
--- a/drivers/video/console/fbcon_cw.c
+++ b/drivers/video/console/fbcon_cw.c
@@ -375,7 +375,7 @@ static void cw_cursor(struct vc_data *vc, struct fb_info *info, int mode,
ops->cursor_reset = 0;
}
-int cw_update_start(struct fb_info *info)
+static int cw_update_start(struct fb_info *info)
{
struct fbcon_ops *ops = info->fbcon_par;
u32 vxres = GETVXRES(ops->p->scrollmode, info);