Re: [PATCH 1/4] drivers: xen: Mark function as static in platform-pci.c

2014-02-10 Thread David Vrabel
On 09/02/14 10:59, Rashika Kheria wrote: > 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’ [-Wmissin

[PATCH 1/4] drivers: xen: Mark function as static in platform-pci.c

2014-02-09 Thread Rashika Kheria
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 Reviewe