diff options
author | Anton Blanchard <anton@samba.org> | 2014-08-19 18:55:21 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-09-25 09:14:44 -0400 |
commit | f6026df1a4997db64e8201627421758585a15f55 (patch) | |
tree | 5a1b45aeaaed2590463c5fe114caf8168c9dee8e /arch/powerpc/mm | |
parent | a38efcea56988761f89a3134145f0d5f9ea68076 (diff) |
powerpc: Move htab_remove_mapping function prototype into header file
A recent patch added a function prototype for htab_remove_mapping in
c code. Fix it.
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/init_64.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/mm/init_64.c b/arch/powerpc/mm/init_64.c index 253b4b971c8a..3481556a1880 100644 --- a/arch/powerpc/mm/init_64.c +++ b/arch/powerpc/mm/init_64.c | |||
@@ -233,9 +233,6 @@ static void __meminit vmemmap_create_mapping(unsigned long start, | |||
233 | } | 233 | } |
234 | 234 | ||
235 | #ifdef CONFIG_MEMORY_HOTPLUG | 235 | #ifdef CONFIG_MEMORY_HOTPLUG |
236 | extern int htab_remove_mapping(unsigned long vstart, unsigned long vend, | ||
237 | int psize, int ssize); | ||
238 | |||
239 | static void vmemmap_remove_mapping(unsigned long start, | 236 | static void vmemmap_remove_mapping(unsigned long start, |
240 | unsigned long page_size) | 237 | unsigned long page_size) |
241 | { | 238 | { |