diff --git a/arch/x86/kernel/nmi.c b/arch/x86/kernel/nmi.c index 6a5dc35522c8..cdfb3864d59a 100644 --- a/arch/x86/kernel/nmi.c +++ b/arch/x86/kernel/nmi.c @@ -745,4 +745,3 @@ void local_touch_nmi(void) { __this_cpu_write(last_nmi_rip, 0); } -EXPORT_SYMBOL_GPL(local_touch_nmi);