[PATCH 9/9] VT binding: Make sticon support binding

From: Antonino A. Daplas
Date: Sun Jun 18 2006 - 11:48:09 EST


Do not mark sticon_startup() as __init

Signed-off-by: Antonino Daplas <adaplas@xxxxxxx>
---

drivers/video/console/sticon.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/console/sticon.c b/drivers/video/console/sticon.c
index fd5940f..45c4f22 100644
--- 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";
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/