提交 772f95e3 编写于 作者: C Colin Ian King 提交者: David Vrabel

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: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NDavid Vrabel <david.vrabel@citrix.com>
上级 2c6625cd
...@@ -68,7 +68,7 @@ static int check_platform_magic(void) ...@@ -68,7 +68,7 @@ static int check_platform_magic(void)
return 0; return 0;
} }
bool xen_has_pv_devices() bool xen_has_pv_devices(void)
{ {
if (!xen_domain()) if (!xen_domain())
return false; return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册