[PATCH 1/1] module: remove duplicate declaration of __ksymtab_gpl_future

From: Wenji Huang
Date: Tue May 18 2010 - 06:22:55 EST


Minor cleanup on duplicate __{start/stop}__ksymtab_gpl_future.

Signed-off-by: Wenji Huang <wenji.huang@xxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/