From 52f1d3463d5f127758489c7fe2b2349aae2f6933 Mon Sep 17 00:00:00 2001 From: "Antonino A. Daplas" Date: Mon, 26 Jun 2006 00:27:17 -0700 Subject: [PATCH] --- yaml --- r: 30332 b: refs/heads/master c: b877a96409a3a99f2ce27b3c6473c9b28298ac7c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/video/console/sticon.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8ff8c20282da..186d4f109470 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2aea875da2b7e403b13dd05a9dc80665f39d85e4 +refs/heads/master: b877a96409a3a99f2ce27b3c6473c9b28298ac7c diff --git a/trunk/drivers/video/console/sticon.c b/trunk/drivers/video/console/sticon.c index fd5940f41271..45c4f227e56e 100644 --- a/trunk/drivers/video/console/sticon.c +++ b/trunk/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"; }