]> 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)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 30 Nov 2015 19:38:17 +0000 (14:38 -0500)
commitb19b9231523ba06c961a3807f58814fd8071d176
tree2cff116bc871920da65c53b33dbccc4256b9f986
parent311aabfc97fb17f6af5b1c1f4787bf2a4dcc6062
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>
arch/x86/xen/platform-pci-unplug.c