diff options
-rw-r--r-- | drivers/xen/platform-pci.c | 2 |
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; | |||
45 | static unsigned long platform_mmiolen; | 45 | static unsigned long platform_mmiolen; |
46 | static uint64_t callback_via; | 46 | static uint64_t callback_via; |
47 | 47 | ||
48 | unsigned long alloc_xen_mmio(unsigned long len) | 48 | static unsigned long alloc_xen_mmio(unsigned long len) |
49 | { | 49 | { |
50 | unsigned long addr; | 50 | unsigned long addr; |
51 | 51 | ||