projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aea875
)
[PATCH] VT binding: Make sticon support binding
author
Antonino A. Daplas
<adaplas@gmail.com>
Mon, 26 Jun 2006 07:27:17 +0000
(
00:27
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:34 +0000
(09:58 -0700)
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>
drivers/video/console/sticon.c
patch
|
blob
|
history
diff --git
a/drivers/video/console/sticon.c
b/drivers/video/console/sticon.c
index
fd5940f
..
45c4f22
100644
(file)
--- a/
drivers/video/console/sticon.c
+++ b/
drivers/video/console/sticon.c
@@
-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";
}