summaryrefslogtreecommitdiff
path: root/arch/arm/lib/copy_page.S
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-11-26 15:26:20 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2016-11-26 15:26:20 -0800
commita56f3eb2cd72d4d678a63cf8cacf9d39aa8020f3 (patch)
tree3e5e3763fce49af4ee56aaedec3c5e555c52af57 /arch/arm/lib/copy_page.S
parenta0d60e62ea5c88a9823410e9d0929a513e29dea2 (diff)
parent8478132a8784605fe07ede555f7277d989368d73 (diff)
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
Pull ARM fix from Russell King: "This resolves the ksyms issues by reverting the commit which introduced the breakage" There was what I consider to be a better fix, but it's late in the rc game, so I'll take the revert. * 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm: Revert "arm: move exports to definitions"
Diffstat (limited to 'arch/arm/lib/copy_page.S')
-rw-r--r--arch/arm/lib/copy_page.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/lib/copy_page.S b/arch/arm/lib/copy_page.S
index d97851d4af7a..6ee2f6706f86 100644
--- a/arch/arm/lib/copy_page.S
+++ b/arch/arm/lib/copy_page.S
@@ -13,7 +13,6 @@
#include <asm/assembler.h>
#include <asm/asm-offsets.h>
#include <asm/cache.h>
-#include <asm/export.h>
#define COPY_COUNT (PAGE_SZ / (2 * L1_CACHE_BYTES) PLD( -1 ))
@@ -46,4 +45,3 @@ ENTRY(copy_page)
PLD( beq 2b )
ldmfd sp!, {r4, pc} @ 3
ENDPROC(copy_page)
-EXPORT_SYMBOL(copy_page)