aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/libxc/ia64/xc_ia64_stubs.c2
-rw-r--r--tools/libxc/xenctrl.h4
2 files changed, 1 insertions, 5 deletions
diff --git a/tools/libxc/ia64/xc_ia64_stubs.c b/tools/libxc/ia64/xc_ia64_stubs.c
index e2307ac2d3..61446b9957 100644
--- a/tools/libxc/ia64/xc_ia64_stubs.c
+++ b/tools/libxc/ia64/xc_ia64_stubs.c
@@ -17,7 +17,7 @@ xc_ia64_fpsr_default(void)
return FPSR_DEFAULT;
}
-int
+static int
xc_ia64_get_pfn_list(int xc_handle, uint32_t domid, xen_pfn_t *pfn_buf,
unsigned int start_page, unsigned int nr_pages)
{
diff --git a/tools/libxc/xenctrl.h b/tools/libxc/xenctrl.h
index 591e6c25a3..0df9be8e30 100644
--- a/tools/libxc/xenctrl.h
+++ b/tools/libxc/xenctrl.h
@@ -672,10 +672,6 @@ int xc_get_pfn_list(int xc_handle, uint32_t domid, uint64_t *pfn_buf,
unsigned long xc_ia64_fpsr_default(void);
-int xc_ia64_get_pfn_list(int xc_handle, uint32_t domid,
- xen_pfn_t *pfn_buf,
- unsigned int start_page, unsigned int nr_pages);
-
int xc_copy_to_domain_page(int xc_handle, uint32_t domid,
unsigned long dst_pfn, const char *src_page);