From: Jakub Kicinski <jakub.kicin...@netronome.com> Date: Fri, 3 Nov 2017 13:59:07 -0700
> From: Quentin Monnet <quentin.mon...@netronome.com> > > The two functions were declared as static inline in a header file. There > is no particular reason why they should be inlined, they just happened to > remain in the same header file when they were turned from macros to > functions in a precious commit. > > Make them non-inlined functions and move them to common.c file instead. > > Suggested-by: Joe Perches <j...@perches.com> > Signed-off-by: Quentin Monnet <quentin.mon...@netronome.com> > Signed-off-by: Jakub Kicinski <jakub.kicin...@netronome.com> Applied.