commit | 9e5f68842276672a05737c23e407250f776cbf35 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Tue Nov 22 14:52:22 2016 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Nov 22 22:25:41 2016 +1100 |
tree | 5c8227c8fee3d1e4353b84e6c2f81af6a673b542 | |
parent | 7a43906f5cbfb74712af168988455e350707e310 [diff] |
powerpc: Fix missing CRCs, add more asm-prototypes.h declarations After patch 4efca4ed0 ("kbuild: modversions for EXPORT_SYMBOL() for asm"), asm exports can get modversions CRCs generated if they have C definitions in asm-prototypes.h. This patch adds missing definitions for 32 and 64 bit allmodconfig builds. Fixes: 9445aa1a3062 ("ppc: move exports to definitions") Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>