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
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