]> git.baikalelectronics.ru Git - kernel.git/commit
asm-generic/hyperv: Add missing #include of nmi.h
authorMichael Kelley <mikelley@microsoft.com>
Mon, 12 Jul 2021 02:50:04 +0000 (19:50 -0700)
committerWei Liu <wei.liu@kernel.org>
Mon, 12 Jul 2021 17:23:59 +0000 (17:23 +0000)
commita0e3a329799c609d8b6cfd7d85f07d9bc73765d2
treea118b6baf0904d47c0d751dddb5b18ba854a20cf
parentb1b49cbcf8bd66059ed6f80c573a7ff83991d8ef
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 <mikelley@microsoft.com>
Link: https://lore.kernel.org/r/1626058204-2106-1-git-send-email-mikelley@microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
include/asm-generic/mshyperv.h