From: Rahul Lakkireddy <rahul.lakkire...@chelsio.com> Date: Fri, 31 Aug 2018 18:16:34 +0530
> diff --git a/drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c > b/drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c > index d97e0d7e541a..02fc350f81c9 100644 > --- a/drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c > +++ b/drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c ... > +static inline u32 cudbg_uld_txq_to_qtype(u32 uld) Do not use inline in foo.c files, let the compiler decide.