From: Colin Ian King Date: Thu, 16 Jul 2015 19:34:42 +0000 (+0100) Subject: x86/xen: fix non-ANSI declaration of xen_has_pv_devices() X-Git-Tag: omap-for-v4.3/fixes-rc1~72^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=772f95e3b9460c64fb99b134022855cbce75b9a0;p=pandora-kernel.git x86/xen: fix non-ANSI declaration of xen_has_pv_devices() xen_has_pv_devices() has no parameters, so use the normal void parameter convention to make it match the prototype in the header file include/xen/platform_pci.h. Signed-off-by: Colin Ian King Signed-off-by: David Vrabel --- Reading git-diff-tree failed