diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-01-13 19:46:22 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-08-08 05:47:21 +0200 |
commit | 4dd1837d7589f468ed109556513f476e7a7f9121 (patch) | |
tree | f04f68cbe8ae40d980d8be35f080c5373170e7c9 /arch/arm/kernel/head.S | |
parent | s390: move exports to definitions (diff) | |
download | linux-4dd1837d7589f468ed109556513f476e7a7f9121.tar.xz linux-4dd1837d7589f468ed109556513f476e7a7f9121.zip |
arm: move exports to definitions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel/head.S')
-rw-r--r-- | arch/arm/kernel/head.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/kernel/head.S b/arch/arm/kernel/head.S index 04286fd9e09c..f41cee4c5746 100644 --- a/arch/arm/kernel/head.S +++ b/arch/arm/kernel/head.S @@ -22,6 +22,7 @@ #include <asm/memory.h> #include <asm/thread_info.h> #include <asm/pgtable.h> +#include <asm/export.h> #if defined(CONFIG_DEBUG_LL) && !defined(CONFIG_DEBUG_SEMIHOSTING) #include CONFIG_DEBUG_LL_INCLUDE @@ -727,6 +728,8 @@ __pv_phys_pfn_offset: __pv_offset: .quad 0 .size __pv_offset, . -__pv_offset +EXPORT_SYMBOL(__pv_phys_pfn_offset) +EXPORT_SYMBOL(__pv_offset) #endif #include "head-common.S" |