diff options
Diffstat (limited to 'include/xen/balloon.h')
-rw-r--r-- | include/xen/balloon.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/xen/balloon.h b/include/xen/balloon.h index 4914b93a23f2..6fb95aa19405 100644 --- a/include/xen/balloon.h +++ b/include/xen/balloon.h | |||
@@ -27,16 +27,6 @@ void balloon_set_new_target(unsigned long target); | |||
27 | int alloc_xenballooned_pages(int nr_pages, struct page **pages); | 27 | int alloc_xenballooned_pages(int nr_pages, struct page **pages); |
28 | void free_xenballooned_pages(int nr_pages, struct page **pages); | 28 | void free_xenballooned_pages(int nr_pages, struct page **pages); |
29 | 29 | ||
30 | struct device; | ||
31 | #ifdef CONFIG_XEN_SELFBALLOONING | ||
32 | extern int register_xen_selfballooning(struct device *dev); | ||
33 | #else | ||
34 | static inline int register_xen_selfballooning(struct device *dev) | ||
35 | { | ||
36 | return -ENOSYS; | ||
37 | } | ||
38 | #endif | ||
39 | |||
40 | #ifdef CONFIG_XEN_BALLOON | 30 | #ifdef CONFIG_XEN_BALLOON |
41 | void xen_balloon_init(void); | 31 | void xen_balloon_init(void); |
42 | #else | 32 | #else |