Re: [BUG] X86: Removing inline decl on arch/x86/include/asm/desc.h.

2016-11-16 Thread Eric Dumazet
On Wed, 2016-11-16 at 20:16 +0100, Thomas Gleixner wrote: > On Tue, 15 Nov 2016, Corcodel Marian wrote: > > Inline declarations suppress warning message from compiler but > > most of these functions was declared static and is not used local on file. > > Huch? This is a header file and the functi

Re: [BUG] X86: Removing inline decl on arch/x86/include/asm/desc.h.

2016-11-16 Thread Thomas Gleixner
On Tue, 15 Nov 2016, Corcodel Marian wrote: > Inline declarations suppress warning message from compiler but > most of these functions was declared static and is not used local on file. Huch? This is a header file and the functions are marked inline on purpose. Can you please explain what you a