diff options
Diffstat (limited to 'arch/x86/vdso/vdso32-setup.c')
-rw-r--r-- | arch/x86/vdso/vdso32-setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/vdso/vdso32-setup.c b/arch/x86/vdso/vdso32-setup.c index 01b8a0df5e0e..10f9f59477db 100644 --- a/arch/x86/vdso/vdso32-setup.c +++ b/arch/x86/vdso/vdso32-setup.c | |||
@@ -318,9 +318,8 @@ int arch_setup_additional_pages(struct linux_binprm *bprm, int uses_interp) | |||
318 | bool compat; | 318 | bool compat; |
319 | 319 | ||
320 | #ifdef CONFIG_X86_X32_ABI | 320 | #ifdef CONFIG_X86_X32_ABI |
321 | extern int x32_setup_additional_pages(struct linux_binprm *, int); | ||
322 | if (test_thread_flag(TIF_X32)) | 321 | if (test_thread_flag(TIF_X32)) |
323 | return x32_setup_additional_pages (bprm, uses_interp); | 322 | return x32_setup_additional_pages(bprm, uses_interp); |
324 | #endif | 323 | #endif |
325 | 324 | ||
326 | if (vdso_enabled == VDSO_DISABLED) | 325 | if (vdso_enabled == VDSO_DISABLED) |