commit | c0622167e3d4195d50b925bfabd8966589635e75 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Wed Aug 23 16:54:34 2017 +0200 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Sep 01 16:42:45 2017 +1000 |
tree | db3f43e2dda4fe3bb0d15166fc81833c03d3a930 | |
parent | da74f659205ea08cb0fd0b3050637b0e0eb31520 [diff] |
powerpc: fix location of two EXPORT_SYMBOL Commit 9445aa1a3062a ("ppc: move exports to definitions") added EXPORT_SYMBOL() for memset() and flush_hash_pages() in the middle of the functions. This patch moves them at the end of the two functions. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>