From: David Vrabel Date: Thu, 25 Jun 2015 12:18:12 +0000 (+0100) Subject: xen/balloon: remove scratch page left overs X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=f6a6cb1afe74d6ccc81aa70aa4ac3953762e7e6e;p=deliverable%2Flinux.git xen/balloon: remove scratch page left overs Commit 0bb599fd30108883b00c7d4a226eeb49111e6932 (xen: remove scratch frames for ballooned pages and m2p override) removed the use of the scratch page for ballooned out pages. Remove some left over function definitions. Signed-off-by: David Vrabel Reviewed-by: Daniel Kiper --- diff --git a/include/xen/balloon.h b/include/xen/balloon.h index a4c1c6a93691..cc2e1a7e44ec 100644 --- a/include/xen/balloon.h +++ b/include/xen/balloon.h @@ -29,9 +29,6 @@ int alloc_xenballooned_pages(int nr_pages, struct page **pages, bool highmem); void free_xenballooned_pages(int nr_pages, struct page **pages); -struct page *get_balloon_scratch_page(void); -void put_balloon_scratch_page(void); - struct device; #ifdef CONFIG_XEN_SELFBALLOONING extern int register_xen_selfballooning(struct device *dev);