diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2016-09-15 06:04:12 (GMT) |
---|---|---|
committer | Michal Marek <mmarek@suse.com> | 2016-09-22 12:51:45 (GMT) |
commit | f29ca38b6dd4fe2459e6b5f98690b9fe2dd86ff1 (patch) | |
tree | a93b1c4d62fe939a9ee0180b9a3ce1b5c13c0906 /arch | |
parent | 12eb901e01c7830a00e373ac311512cea26f54ef (diff) | |
download | linux-f29ca38b6dd4fe2459e6b5f98690b9fe2dd86ff1.tar.xz |
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>
Signed-off-by: Michal Marek <mmarek@suse.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/kernel/misc_32.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/misc_32.S b/arch/powerpc/kernel/misc_32.S index ea26a91..f515610 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 |