]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
powerpc: fix location of two EXPORT_SYMBOL
authorChristophe Leroy <christophe.leroy@c-s.fr>
Wed, 23 Aug 2017 14:54:34 +0000 (16:54 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 1 Sep 2017 06:42:45 +0000 (16:42 +1000)
commitc0622167e3d4195d50b925bfabd8966589635e75
treedb3f43e2dda4fe3bb0d15166fc81833c03d3a930
parentda74f659205ea08cb0fd0b3050637b0e0eb31520
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>
arch/powerpc/lib/copy_32.S
arch/powerpc/mm/hash_low_32.S