Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S268483AbUIFTRI (ORCPT ); Mon, 6 Sep 2004 15:17:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S268480AbUIFTQm (ORCPT ); Mon, 6 Sep 2004 15:16:42 -0400 Received: from amsfep18-int.chello.nl ([213.46.243.13]:45873 "EHLO amsfep18-int.chello.nl") by vger.kernel.org with ESMTP id S268483AbUIFTKU (ORCPT ); Mon, 6 Sep 2004 15:10:20 -0400 Date: Mon, 6 Sep 2004 21:10:18 +0200 (CEST) From: Geert Uytterhoeven To: Zwane Mwaikambo cc: takata@linux-m32r.org, Andrew Morton , Linux Kernel Subject: [PATCH 4/4] Re: EXPORT_SYMBOL_NOVERS (was: Re: 2.6.9-rc1-mm3) In-Reply-To: Message-ID: References: <20040903014811.6247d47d.akpm@osdl.org> <20040903104239.A3077@infradead.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1354 Lines: 42 Remove deprecated EXPORT_SYMBOL_NOVERS() support completely. Signed-off-by: Geert Uytterhoeven --- linux-2.6.9-rc1/include/linux/module.h 2004-07-12 09:48:32.000000000 +0200 +++ linux-2.6.9-rc1-export-symbol/include/linux/module.h 2004-09-06 20:47:25.000000000 +0200 @@ -192,10 +192,6 @@ #endif -/* We don't mangle the actual symbol anymore, so no need for - * special casing EXPORT_SYMBOL_NOVERS. FIXME: Deprecated */ -#define EXPORT_SYMBOL_NOVERS(sym) EXPORT_SYMBOL(sym) - struct module_ref { local_t count; @@ -448,7 +444,6 @@ #else /* !CONFIG_MODULES... */ #define EXPORT_SYMBOL(sym) #define EXPORT_SYMBOL_GPL(sym) -#define EXPORT_SYMBOL_NOVERS(sym) /* Given an address, look for it in the exception tables. */ static inline const struct exception_table_entry * Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds - 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/