Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751196AbVJMT5R (ORCPT ); Thu, 13 Oct 2005 15:57:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751550AbVJMT5Q (ORCPT ); Thu, 13 Oct 2005 15:57:16 -0400 Received: from relais.videotron.ca ([24.201.245.36]:19613 "EHLO relais.videotron.ca") by vger.kernel.org with ESMTP id S1751196AbVJMT5O (ORCPT ); Thu, 13 Oct 2005 15:57:14 -0400 Date: Thu, 13 Oct 2005 15:57:12 -0400 (EDT) From: Nicolas Pitre Subject: [PATCH] remove needless declaration X-X-Sender: nico@localhost.localdomain To: Linus Torvalds Cc: lkml Message-id: 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: 736 Lines: 26 They aren't used anywhere in that file. Signed-off-by: Nicolas Pitre --- diff --git a/lib/extable.c b/lib/extable.c index 3f677a8..18df57c 100644 --- a/lib/extable.c +++ b/lib/extable.c @@ -16,9 +16,6 @@ #include #include -extern struct exception_table_entry __start___ex_table[]; -extern struct exception_table_entry __stop___ex_table[]; - #ifndef ARCH_HAS_SORT_EXTABLE /* * The exception table needs to be sorted so that the binary - 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/