diff options
author | Anton Blanchard <anton@samba.org> | 2014-08-20 08:00:02 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-09-25 23:14:38 +1000 |
commit | e1802b065d189cdfa25eaf6d019c222a91618b9c (patch) | |
tree | f2d70f072b1b622798bd6489727cf3021eac95ce /arch/powerpc/mm | |
parent | 4a1b08e84454f9eb46bcb1aaf307421a4df46de2 (diff) | |
download | linux-e1802b065d189cdfa25eaf6d019c222a91618b9c.tar.bz2 |
powerpc: Move more symbol exports next to function definitions
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/mm')
-rw-r--r-- | arch/powerpc/mm/hash_utils_64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/mm/hash_utils_64.c b/arch/powerpc/mm/hash_utils_64.c index daee7f4e5a14..bc6cc2ad037b 100644 --- a/arch/powerpc/mm/hash_utils_64.c +++ b/arch/powerpc/mm/hash_utils_64.c @@ -92,6 +92,7 @@ extern unsigned long dart_tablebase; static unsigned long _SDR1; struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT]; +EXPORT_SYMBOL_GPL(mmu_psize_defs); struct hash_pte *htab_address; unsigned long htab_size_bytes; |