aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/platform-pci/platform-pci.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/platform-pci.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/platform-pci.c')
-rw-r--r--unmodified_drivers/linux-2.6/platform-pci/platform-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c b/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c
index 559077f465..e147f3d59a 100644
--- a/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c
+++ b/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c
@@ -73,7 +73,7 @@ static int __devinit init_xen_info(void)
extern void *shared_info_area;
#ifdef __ia64__
- xencomm_init();
+ xencomm_initialize();
#endif
setup_xen_features();