From: Rashika Kheria Date: Sun, 9 Feb 2014 11:01:46 +0000 (+0530) Subject: drivers: xen: Include appropriate header file in pcpu.c X-Git-Tag: v3.15-rc1~108^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cb606f102e45ea7c42cf3d812883489ba99ce5a;p=pandora-kernel.git drivers: xen: Include appropriate header file in pcpu.c Include appropriate header file in xen/pcpu.c because include/xen/acpi.h contains prototype declaration of functions defined in the file. This eliminates the following warning in xen/pcpu.c: drivers/xen/pcpu.c:336:6: warning: no previous prototype for ‘xen_pcpu_hotplug_sync’ [-Wmissing-prototypes] drivers/xen/pcpu.c:346:5: warning: no previous prototype for ‘xen_pcpu_id’ [-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