From: Rashika Kheria Date: Sun, 9 Feb 2014 10:59:30 +0000 (+0530) Subject: drivers: xen: Mark function as static in platform-pci.c X-Git-Tag: v3.15-rc1~108^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=598ddb8cf3329d299746d6704d8df97f397906b6;p=pandora-kernel.git 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 Reviewed-by: Josh Triplett Signed-off-by: Konrad Rzeszutek Wilk Reviewed-by: David Vrabel --- Reading git-diff-tree failed