Skip to content

Commit

Permalink
[PATCH] VT binding: Make sticon support binding
Browse files Browse the repository at this point in the history
Do not mark sticon_startup() as __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 2aea875 commit b877a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/console/sticon.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static inline void cursor_undrawn(void)
cursor_drawn = 0;
}

static const char *__init sticon_startup(void)
static const char *sticon_startup(void)
{
return "STI console";
}
Expand Down

0 comments on commit b877a96

Please sign in to comment.