diff mbox

video: remove pointless comments in drivers/video/console/vgacon.c

Message ID 1295416803-17651-1-git-send-email-amwang@redhat.com (mailing list archive)
State Superseded
Headers show

Commit Message

Amerigo Wang Jan. 19, 2011, 6 a.m. UTC
None
diff mbox

Patch

diff --git a/drivers/video/console/vgacon.c b/drivers/video/console/vgacon.c
index c97491b..b030aca 100644
--- a/drivers/video/console/vgacon.c
+++ b/drivers/video/console/vgacon.c
@@ -202,10 +202,6 @@  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)
 {
 	vgacon_scrollback = kcalloc(CONFIG_VGACON_SOFT_SCROLLBACK_SIZE, 1024, GFP_NOWAIT);