From: Michael Kelley Date: Mon, 12 Jul 2021 02:50:04 +0000 (-0700) Subject: asm-generic/hyperv: Add missing #include of nmi.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ba3f5839fbeb3f9e65070d90aa4e66008bbea80f;p=linux.git asm-generic/hyperv: Add missing #include of nmi.h The recent move of hv_do_rep_hypercall() to this file adds a reference to touch_nmi_watchdog(). Its function definition is included indirectly when compiled on x86, but not when compiled on ARM64. So add the explicit #include. No functional change. Signed-off-by: Michael Kelley Link: https://lore.kernel.org/r/1626058204-2106-1-git-send-email-mikelley@microsoft.com Signed-off-by: Wei Liu --- diff --git a/include/asm-generic/mshyperv.h b/include/asm-generic/mshyperv.h index 9a000ba2bb754..2ccb40670552a 100644 --- a/include/asm-generic/mshyperv.h +++ b/include/asm-generic/mshyperv.h @@ -22,6 +22,7 @@ #include #include #include +#include #include #include