drivers: xen: Mark function as static in platform-pci.c
authorRashika Kheria <rashika.kheria@gmail.com>
Sun, 9 Feb 2014 10:59:30 +0000 (16:29 +0530)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 28 Feb 2014 20:26:04 +0000 (15:26 -0500)
commit598ddb8cf3329d299746d6704d8df97f397906b6
treeae2f5d4818c278cfbffe4c7c84c5e52fc9d966bd
parentcfbf8d4857c26a8a307fb7cd258074c9dcd8c691
drivers: xen: Mark function as static in platform-pci.c

Mark function as static in xen/platform-pci.c because it is not used
outside this file.

This eliminates the following warning in xen/platform-pci.c:
drivers/xen/platform-pci.c:48:15: warning: no previous prototype for ‘alloc_xen_mmio’ [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Reviewed-by: David Vrabel <david.vrabel@citrix.com>
drivers/xen/platform-pci.c