diff options
| -rw-r--r-- | drivers/video/console/vgacon.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/video/console/vgacon.c b/drivers/video/console/vgacon.c index c97491b8b39b..915fd74da7a2 100644 --- a/drivers/video/console/vgacon.c +++ b/drivers/video/console/vgacon.c | |||
| @@ -202,11 +202,7 @@ static void vgacon_scrollback_init(int pitch) | |||
| 202 | } | 202 | } |
| 203 | } | 203 | } |
| 204 | 204 | ||
| 205 | /* | 205 | static void vgacon_scrollback_startup(void) |
| 206 | * Called only duing init so call of alloc_bootmen is ok. | ||
| 207 | * Marked __init_refok to silence modpost. | ||
| 208 | */ | ||
| 209 | static void __init_refok vgacon_scrollback_startup(void) | ||
| 210 | { | 206 | { |
| 211 | vgacon_scrollback = kcalloc(CONFIG_VGACON_SOFT_SCROLLBACK_SIZE, 1024, GFP_NOWAIT); | 207 | vgacon_scrollback = kcalloc(CONFIG_VGACON_SOFT_SCROLLBACK_SIZE, 1024, GFP_NOWAIT); |
| 212 | vgacon_scrollback_init(vga_video_num_columns * 2); | 208 | vgacon_scrollback_init(vga_video_num_columns * 2); |
