diff options
Diffstat (limited to 'arch/x86/include/asm/proto.h')
-rw-r--r-- | arch/x86/include/asm/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/proto.h b/arch/x86/include/asm/proto.h index 621f56d73121..add7f18f17a7 100644 --- a/arch/x86/include/asm/proto.h +++ b/arch/x86/include/asm/proto.h | |||
@@ -16,7 +16,7 @@ extern void ia32_sysenter_target(void); | |||
16 | 16 | ||
17 | extern void syscall32_cpu_init(void); | 17 | extern void syscall32_cpu_init(void); |
18 | 18 | ||
19 | extern void check_efer(void); | 19 | extern void x86_configure_nx(void); |
20 | 20 | ||
21 | extern int reboot_force; | 21 | extern int reboot_force; |
22 | 22 | ||