Re: [PATCH v2 1/2] xen: Silence compiler warnings

2014-07-28 Thread Daniel Kiper
David, > On 12/07/14 22:09, Daniel Kiper wrote: > > Add inline keyword to silence the following compiler > > warnings if xen_efi_probe() is not used: > > The title and should be: > > xen: make stub xen_efi_probe() static inline > > Empty stub functions in headers should be inline or the

Re: [PATCH v2 1/2] xen: Silence compiler warnings

2014-07-28 Thread David Vrabel
On 12/07/14 22:09, Daniel Kiper wrote: > Add inline keyword to silence the following compiler > warnings if xen_efi_probe() is not used: The title and should be: xen: make stub xen_efi_probe() static inline Empty stub functions in headers should be inline or the compiler will warn

Re: [PATCH v2 1/2] xen: Silence compiler warnings

2014-07-28 Thread David Vrabel
On 12/07/14 22:09, Daniel Kiper wrote: Add inline keyword to silence the following compiler warnings if xen_efi_probe() is not used: The title and should be: xen: make stub xen_efi_probe() static inline Empty stub functions in headers should be inline or the compiler will warn

Re: [PATCH v2 1/2] xen: Silence compiler warnings

2014-07-28 Thread Daniel Kiper
David, On 12/07/14 22:09, Daniel Kiper wrote: Add inline keyword to silence the following compiler warnings if xen_efi_probe() is not used: The title and should be: xen: make stub xen_efi_probe() static inline Empty stub functions in headers should be inline or the compiler

Re: [PATCH v2 1/2] xen: Silence compiler warnings

2014-07-13 Thread Konrad Rzeszutek Wilk
On July 12, 2014 5:09:47 PM EDT, Daniel Kiper wrote: >Add inline keyword to silence the following compiler >warnings if xen_efi_probe() is not used: > > CC arch/x86/xen/setup.o >In file included from arch/x86/xen/xen-ops.h:7:0, > from arch/x86/xen/setup.c:31:

Re: [PATCH v2 1/2] xen: Silence compiler warnings

2014-07-13 Thread Konrad Rzeszutek Wilk
On July 12, 2014 5:09:47 PM EDT, Daniel Kiper daniel.ki...@oracle.com wrote: Add inline keyword to silence the following compiler warnings if xen_efi_probe() is not used: CC arch/x86/xen/setup.o In file included from arch/x86/xen/xen-ops.h:7:0, from

[PATCH v2 1/2] xen: Silence compiler warnings

2014-07-12 Thread Daniel Kiper
Add inline keyword to silence the following compiler warnings if xen_efi_probe() is not used: CC arch/x86/xen/setup.o In file included from arch/x86/xen/xen-ops.h:7:0, from arch/x86/xen/setup.c:31: include/xen/xen-ops.h:43:35: warning: ‘xen_efi_probe’ defined but not used

[PATCH v2 1/2] xen: Silence compiler warnings

2014-07-12 Thread Daniel Kiper
Add inline keyword to silence the following compiler warnings if xen_efi_probe() is not used: CC arch/x86/xen/setup.o In file included from arch/x86/xen/xen-ops.h:7:0, from arch/x86/xen/setup.c:31: include/xen/xen-ops.h:43:35: warning: ‘xen_efi_probe’ defined but not used