[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1274173605-20162-1-git-send-email-wenji.huang@oracle.com>
Date: Tue, 18 May 2010 17:06:45 +0800
From: Wenji Huang <wenji.huang@...cle.com>
To: linux-kernel@...r.kernel.org
Cc: Wenji Huang <wenji.huang@...cle.com>
Subject: [PATCH 1/1] module: remove duplicate declaration of __ksymtab_gpl_future
Minor cleanup on duplicate __{start/stop}__ksymtab_gpl_future.
Signed-off-by: Wenji Huang <wenji.huang@...cle.com>
---
kernel/module.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/kernel/module.c b/kernel/module.c
index 1016b75..cfb621c 100644
--- a/kernel/module.c
+++ b/kernel/module.c
@@ -178,8 +178,6 @@ extern const struct kernel_symbol __start___ksymtab_gpl[];
extern const struct kernel_symbol __stop___ksymtab_gpl[];
extern const struct kernel_symbol __start___ksymtab_gpl_future[];
extern const struct kernel_symbol __stop___ksymtab_gpl_future[];
-extern const struct kernel_symbol __start___ksymtab_gpl_future[];
-extern const struct kernel_symbol __stop___ksymtab_gpl_future[];
extern const unsigned long __start___kcrctab[];
extern const unsigned long __start___kcrctab_gpl[];
extern const unsigned long __start___kcrctab_gpl_future[];
--
1.5.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists