Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932308AbWEAXJY (ORCPT ); Mon, 1 May 2006 19:09:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932309AbWEAXJY (ORCPT ); Mon, 1 May 2006 19:09:24 -0400 Received: from xenotime.net ([66.160.160.81]:916 "HELO xenotime.net") by vger.kernel.org with SMTP id S932308AbWEAXJY (ORCPT ); Mon, 1 May 2006 19:09:24 -0400 Date: Mon, 1 May 2006 16:11:48 -0700 From: "Randy.Dunlap" To: lkml Cc: akpm , mhw@wittsend.com Subject: [PATCH] ip2: fix sections Message-Id: <20060501161148.0143d99b.rdunlap@xenotime.net> Organization: YPO4 X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.3; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1052 Lines: 30 From: Randy Dunlap Fix sections mismatch: WARNING: drivers/char/ip2/ip2main.o - Section mismatch: reference to .init.text: from .text.cleanup_module after 'cleanup_module' (at offset 0xb0) WARNING: drivers/char/ip2/ip2main.o - Section mismatch: reference to .init.text: from .text.ip2_loadmain after 'ip2_loadmain' (at offset 0x11b3) Signed-off-by: Randy Dunlap --- drivers/char/ip2/ip2main.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) --- linux-2617-rc3.orig/drivers/char/ip2/ip2main.c +++ linux-2617-rc3/drivers/char/ip2/ip2main.c @@ -337,7 +337,7 @@ clear_requested_irq( char irq ) } #endif -static int __init +static int have_requested_irq( char irq ) { // array init to zeros so 0 irq will not be requested as a side effect --- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/