From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Antonino A. Daplas" Subject: [PATCH 9/9] VT binding: Make sticon support binding Date: Sun, 18 Jun 2006 23:37:14 +0800 Message-ID: <4495732A.3000407@gmail.com> Reply-To: linux-fbdev-devel@lists.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1FrzVx-0001vZ-4k for linux-fbdev-devel@lists.sourceforge.net; Sun, 18 Jun 2006 08:48:41 -0700 Received: from py-out-1112.google.com ([64.233.166.182]) by mail.sourceforge.net with esmtp (Exim 4.44) id 1FrzVv-0000XY-Rx for linux-fbdev-devel@lists.sourceforge.net; Sun, 18 Jun 2006 08:48:41 -0700 Received: by py-out-1112.google.com with SMTP id i49so1055622pye for ; Sun, 18 Jun 2006 08:48:39 -0700 (PDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-fbdev-devel-bounces@lists.sourceforge.net Errors-To: linux-fbdev-devel-bounces@lists.sourceforge.net To: Andrew Morton Cc: Helge Deller , Greg KH , Linux Fbdev development list , Linux Kernel Development Do not mark sticon_startup() as __init Signed-off-by: Antonino Daplas --- 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"; } From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751205AbWFRPtH (ORCPT ); Sun, 18 Jun 2006 11:49:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751204AbWFRPtG (ORCPT ); Sun, 18 Jun 2006 11:49:06 -0400 Received: from py-out-1112.google.com ([64.233.166.177]:3219 "EHLO py-out-1112.google.com") by vger.kernel.org with ESMTP id S1751201AbWFRPsj (ORCPT ); Sun, 18 Jun 2006 11:48:39 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:content-type:content-transfer-encoding; b=YIWtcGKdOpkRJkvF5cRF90KnjDzU9KSImk4bRe6VfgoawhE8nSNUxn4CkfM/40t+s337cKmGaEd53Xr4fH1w5lL6jwemzRXUZKOCIb+imU7XkivT/tR5Y730dH9sAMNIKRdX1T0ysZwdZ+aHWBG+x4CTJKi0z1vKdVb/0Gy0W9s= Message-ID: <4495732A.3000407@gmail.com> Date: Sun, 18 Jun 2006 23:37:14 +0800 From: "Antonino A. Daplas" User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: Andrew Morton CC: Linux Fbdev development list , Linux Kernel Development , Greg KH , Helge Deller Subject: [PATCH 9/9] VT binding: Make sticon support binding Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Do not mark sticon_startup() as __init Signed-off-by: Antonino Daplas --- 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"; }