summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2025-12-17 15:23:59 +0300
committerPeter Zijlstra <peterz@infradead.org>2025-12-19 10:54:59 +0300
commit01122b89361e565b3c88b9fbebe92dc5c7420cb7 (patch)
treee4ca98458c393e98394c8db59f3fb187bf623710 /include
parent3cb3c2f6886f9489df13de8efe7a1e803a3f21ea (diff)
downloadlinux-01122b89361e565b3c88b9fbebe92dc5c7420cb7.tar.xz
perf: Use EXPORT_SYMBOL_FOR_KVM() for the mediated APIs
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://patch.msgid.link/20251208115156.GE3707891@noisy.programming.kicks-ass.net
Diffstat (limited to 'include')
-rw-r--r--include/asm-generic/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-generic/Kbuild b/include/asm-generic/Kbuild
index 295c94a3ccc1..9aff61e7b8f2 100644
--- a/include/asm-generic/Kbuild
+++ b/include/asm-generic/Kbuild
@@ -32,6 +32,7 @@ mandatory-y += irq_work.h
mandatory-y += kdebug.h
mandatory-y += kmap_size.h
mandatory-y += kprobes.h
+mandatory-y += kvm_types.h
mandatory-y += linkage.h
mandatory-y += local.h
mandatory-y += local64.h