From: Wenji Huang Date: Mon, 24 May 2010 21:33:12 +0000 (-0700) Subject: module: remove duplicate declaration of __ksymtab_gpl_future X-Git-Tag: upstream/snapshot3+hdmi~14425 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d52669b14e36f8365070324be009486d387ad00;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git module: remove duplicate declaration of __ksymtab_gpl_future Minor cleanup on duplicate __{start/stop}__ksymtab_gpl_future. Signed-off-by: Wenji Huang Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/kernel/module.c b/kernel/module.c index a8014bf..625985e 100644 --- a/kernel/module.c +++ b/kernel/module.c @@ -180,8 +180,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[];