Re: [PATCH net-next v2] net: stmmac: Unexport stmmac_rx_offset() from stmmac.h

From: Andrew Lunn
Date: Tue Jan 07 2025 - 08:40:08 EST


On Tue, Jan 07, 2025 at 03:54:48PM +0800, Furong Xu wrote:
> stmmac_rx_offset() is referenced in stmmac_main.c only,
> let's move it to stmmac_main.c.
>
> Drop the inline keyword by the way, it is better to let the compiler
> to decide.
>
> Compile tested only.
> No functional change intended.
>
> Signed-off-by: Furong Xu <0x1207@xxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew