aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/xen/platform-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/platform-pci.c b/drivers/xen/platform-pci.c
index a1361c312c06..3454973dc3bb 100644
--- a/drivers/xen/platform-pci.c
+++ b/drivers/xen/platform-pci.c
@@ -45,7 +45,7 @@ static unsigned long platform_mmio_alloc;
45static unsigned long platform_mmiolen; 45static unsigned long platform_mmiolen;
46static uint64_t callback_via; 46static uint64_t callback_via;
47 47
48unsigned long alloc_xen_mmio(unsigned long len) 48static unsigned long alloc_xen_mmio(unsigned long len)
49{ 49{
50 unsigned long addr; 50 unsigned long addr;
51 51