Re: [PATCH] xen: move xen_setup_callback_vector() definition to include/xen/hvm.h

2020-05-26 Thread Jürgen Groß
On 20.05.20 18:16, Vitaly Kuznetsov wrote: Kbuild test robot reports the following problem on ARM: drivers/xen/events/events_base.c:1664:6: warning: no previous prototype for 'xen_setup_callback_vector' [-Wmissing-prototypes] 1664 | void xen_setup_callback_vector(void) {} |

[PATCH] xen: move xen_setup_callback_vector() definition to include/xen/hvm.h

2020-05-20 Thread Vitaly Kuznetsov
Kbuild test robot reports the following problem on ARM: >> drivers/xen/events/events_base.c:1664:6: warning: no previous prototype for 'xen_setup_callback_vector' [-Wmissing-prototypes] 1664 | void xen_setup_callback_vector(void) {} | ^ The problem is that