Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232367
b: refs/heads/master
c: 63b1dd0
h: refs/heads/master
i:
  232365: b7134e2
  232363: 14ca3d5
  232359: 6eb2309
  232351: e905afc
v: v3
  • Loading branch information
Amerigo Wang authored and Paul Mundt committed Jan 25, 2011
1 parent f99f95f commit e3166c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 5dc1365cefb6bd8770d54a2154097445c30fe4bc
refs/heads/master: 63b1dd07fa378f2683ad03e543c36ec76f489364
6 changes: 1 addition & 5 deletions trunk/drivers/video/console/vgacon.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,7 @@ static void vgacon_scrollback_init(int pitch)
}
}

/*
* Called only duing init so call of alloc_bootmen is ok.
* Marked __init_refok to silence modpost.
*/
static void __init_refok vgacon_scrollback_startup(void)
static void vgacon_scrollback_startup(void)
{
vgacon_scrollback = kcalloc(CONFIG_VGACON_SOFT_SCROLLBACK_SIZE, 1024, GFP_NOWAIT);
vgacon_scrollback_init(vga_video_num_columns * 2);
Expand Down

0 comments on commit e3166c4

Please sign in to comment.