From: Ralf Baechle Date: Tue, 14 Aug 2012 15:13:45 +0000 (+0200) Subject: MIPS: Fix module.c build for 32 bit X-Git-Tag: v3.7-rc1~2^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ede81239e31cfacbb1e2d260530cd80d13cf0db;p=pandora-kernel.git MIPS: Fix module.c build for 32 bit Fixes build failure introduced by "Make most arch asm/module.h files use asm-generic/module.h" by moving all the RELA processing code to a separate file to be used only for RELA processing on 64-bit kernels. CC arch/mips/kernel/module.o arch/mips/kernel/module.c:250:14: error: 'reloc_handlers_rela' defined but not used [-Werror=unused-variable] cc1: all warnings being treated as errors make[6]: *** [arch/mips/kernel/module.o] Error 1 Signed-off-by: Ralf Baechle Signed-off-by: Rusty Russell --- Reading git-diff-tree failed