Skip to content

Commit

Permalink
[PATCH] VT binding: Make mdacon support binding
Browse files Browse the repository at this point in the history
Do not mark mdacon_startup __init.

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Jun 26, 2006
1 parent 6690075 commit ac08dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/console/mdacon.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ static void __init mda_initialize(void)
outb_p(0x00, mda_gfx_port);
}

static const char __init *mdacon_startup(void)
static const char *mdacon_startup(void)
{
mda_num_columns = 80;
mda_num_lines = 25;
Expand Down

0 comments on commit ac08dae

Please sign in to comment.