aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/platform-pci/xen_support.c
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@hp.com>2007-08-16 13:46:50 -0600
committerAlex Williamson <alex.williamson@hp.com>2007-08-16 13:46:50 -0600
commitf87e8be01d8ec7968c55959ddc8255c931374fd5 (patch)
treed6443917014be62be65a1eb19e747d7843b31227 /unmodified_drivers/linux-2.6/platform-pci/xen_support.c
parent842e49b2951570b4f2436eb152f7776da376207e (diff)
downloadxen-f87e8be01d8ec7968c55959ddc8255c931374fd5.tar.gz
xen-f87e8be01d8ec7968c55959ddc8255c931374fd5.tar.bz2
xen-f87e8be01d8ec7968c55959ddc8255c931374fd5.zip
[IA64] xencomm - compilation fix of unmodified driver
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Diffstat (limited to 'unmodified_drivers/linux-2.6/platform-pci/xen_support.c')
-rw-r--r--unmodified_drivers/linux-2.6/platform-pci/xen_support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unmodified_drivers/linux-2.6/platform-pci/xen_support.c b/unmodified_drivers/linux-2.6/platform-pci/xen_support.c
index 09eb11e5c2..510a2b7b8c 100644
--- a/unmodified_drivers/linux-2.6/platform-pci/xen_support.c
+++ b/unmodified_drivers/linux-2.6/platform-pci/xen_support.c
@@ -48,7 +48,7 @@ EXPORT_SYMBOL(__hypercall);
int HYPERVISOR_grant_table_op(unsigned int cmd, void *uop, unsigned int count)
{
- return xencomm_mini_hypercall_grant_table_op(cmd, uop, count);
+ return xencomm_hypercall_grant_table_op(cmd, uop, count);
}
EXPORT_SYMBOL(HYPERVISOR_grant_table_op);