Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38073
b: refs/heads/master
c: 48afdf6
h: refs/heads/master
i:
  38071: b35bad5
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Oct 3, 2006
1 parent 04d3715 commit d1c36d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5c60b118d62c14ad7586ed6a6e537c3294c90227
refs/heads/master: 48afdf6eb750b6836932e4d492b90448bc68dfc0
2 changes: 1 addition & 1 deletion trunk/drivers/video/console/fbcon_ccw.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ static void ccw_cursor(struct vc_data *vc, struct fb_info *info, int mode,
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;
u32 yoffset;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/console/fbcon_cw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/console/fbcon_ud.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ static void ud_cursor(struct vc_data *vc, struct fb_info *info, int mode,
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;
int xoffset, yoffset;
Expand Down

0 comments on commit d1c36d4

Please sign in to comment.