summaryrefslogtreecommitdiff
path: root/include/xen/balloon.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2018-12-03 10:51:50 +0100
committerIngo Molnar <mingo@kernel.org>2018-12-03 10:51:50 +0100
commitddd1bd5cfde57973ba816e118c9c452934bb09e7 (patch)
treed90457baeb0bcc9d81cd1ea3a9d8c24cf9745d64 /include/xen/balloon.h
parente8e94fce14658defc659021a50d4253a681d02e7 (diff)
parent2595646791c319cadfdbf271563aac97d0843dc7 (diff)
downloadlwn-ddd1bd5cfde57973ba816e118c9c452934bb09e7.tar.gz
lwn-ddd1bd5cfde57973ba816e118c9c452934bb09e7.zip
Merge tag 'v4.20-rc5' into perf/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/xen/balloon.h')
-rw-r--r--include/xen/balloon.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/xen/balloon.h b/include/xen/balloon.h
index 61f410fd74e4..4914b93a23f2 100644
--- a/include/xen/balloon.h
+++ b/include/xen/balloon.h
@@ -44,8 +44,3 @@ static inline void xen_balloon_init(void)
{
}
#endif
-
-#ifdef CONFIG_XEN_BALLOON_MEMORY_HOTPLUG
-struct resource;
-void arch_xen_balloon_init(struct resource *hostmem_resource);
-#endif