diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2016-09-15 02:04:12 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.com> | 2016-09-22 08:51:45 -0400 |
commit | f29ca38b6dd4fe2459e6b5f98690b9fe2dd86ff1 (patch) | |
tree | a93b1c4d62fe939a9ee0180b9a3ce1b5c13c0906 | |
parent | 12eb901e01c7830a00e373ac311512cea26f54ef (diff) |
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>
-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 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) | |||
453 | stw r7,8(r3); \ | 453 | stw r7,8(r3); \ |
454 | stw r8,12(r3); \ | 454 | stw r8,12(r3); \ |
455 | stwu r9,16(r3) | 455 | stwu r9,16(r3) |
456 | EXPORT_SYMBOL(clear_pages) | ||
457 | 456 | ||
458 | _GLOBAL(copy_page) | 457 | _GLOBAL(copy_page) |
459 | addi r3,r3,-4 | 458 | addi r3,r3,-4 |