Message ID | 20160915160839.037798db@canb.auug.org.au (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 2016-09-15 08:08, Stephen Rothwell wrote: > Hi all, > > After merging the dax-misc tree, today's linux-next build (powerpc > ppc44x_defconfig) failed like this: > > arch/powerpc/kernel/built-in.o: In function `__ksymtab_clear_pages': > (___ksymtab+clear_pages+0x0): undefined reference to `clear_pages' > > Caused by commit > > 9445aa1a3062 ("ppc: move exports to definitions") > > I applied the following fix patch: > > From: Stephen Rothwell <sfr@canb.auug.org.au> > Date: Thu, 15 Sep 2016 16:04:12 +1000 > Subject: [PATCH] ppc: there is no clear_pages to export > > Fixes: 9445aa1a3062 ("ppc: move exports to definitions") > Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Applied to kbuild.git#kbuild now. Thanks, Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/powerpc/kernel/misc_32.S b/arch/powerpc/kernel/misc_32.S index ea26a9181586..f5156105c5f3 100644 --- a/arch/powerpc/kernel/misc_32.S +++ b/arch/powerpc/kernel/misc_32.S @@ -453,7 +453,6 @@ END_FTR_SECTION_IFSET(CPU_FTR_COHERENT_ICACHE) stw r7,8(r3); \ stw r8,12(r3); \ stwu r9,16(r3) -EXPORT_SYMBOL(clear_pages) _GLOBAL(copy_page) addi r3,r3,-4