Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48afdf6e authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

[PATCH] fbcon:: make 3 functions static



This patch makes three needlessly global functions static.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAntonino Daplas <adaplas@pol.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 5c60b118
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -391,7 +391,7 @@ static void ccw_cursor(struct vc_data *vc, struct fb_info *info, int mode,
	ops->cursor_reset = 0;
	ops->cursor_reset = 0;
}
}


int ccw_update_start(struct fb_info *info)
static int ccw_update_start(struct fb_info *info)
{
{
	struct fbcon_ops *ops = info->fbcon_par;
	struct fbcon_ops *ops = info->fbcon_par;
	u32 yoffset;
	u32 yoffset;
+1 −1
Original line number Original line Diff line number Diff line
@@ -375,7 +375,7 @@ static void cw_cursor(struct vc_data *vc, struct fb_info *info, int mode,
	ops->cursor_reset = 0;
	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;
	struct fbcon_ops *ops = info->fbcon_par;
	u32 vxres = GETVXRES(ops->p->scrollmode, info);
	u32 vxres = GETVXRES(ops->p->scrollmode, info);
+1 −1
Original line number Original line Diff line number Diff line
@@ -415,7 +415,7 @@ static void ud_cursor(struct vc_data *vc, struct fb_info *info, int mode,
	ops->cursor_reset = 0;
	ops->cursor_reset = 0;
}
}


int ud_update_start(struct fb_info *info)
static int ud_update_start(struct fb_info *info)
{
{
	struct fbcon_ops *ops = info->fbcon_par;
	struct fbcon_ops *ops = info->fbcon_par;
	int xoffset, yoffset;
	int xoffset, yoffset;