]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/xen: fix non-ANSI declaration of xen_has_pv_devices()
authorColin Ian King <colin.king@canonical.com>
Thu, 16 Jul 2015 19:34:42 +0000 (20:34 +0100)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 5 Feb 2016 11:43:19 +0000 (03:43 -0800)
commit92218714c37842074876558b74a8d8f0f90dcec8
treea400ba1c16230c5ac689e52d716faaa8c07ffc0c
parent41d9fe56f0328d42a423e70955dc0cdc2bec0811
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 <colin.king@canonical.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
(cherry picked from commit 772f95e3b9460c64fb99b134022855cbce75b9a0)
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
(cherry picked from commit b19b9231523ba06c961a3807f58814fd8071d176)
arch/x86/xen/platform-pci-unplug.c