[PATCH] VT binding: Make sticon support binding
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>
This commit is contained in:
parent
2aea875da2
commit
b877a96409
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue