Re: [PATCH] net: stmmac: Remove duplicate declaration of stmmac_priv
From: Wong Vee Khee <hidden>
Date: 2021-04-30 04:30:25
Also in:
linux-arm-kernel, lkml
From: Wong Vee Khee <hidden>
Date: 2021-04-30 04:30:25
Also in:
linux-arm-kernel, lkml
On Fri, Apr 30, 2021 at 11:10:47AM +0800, Wan Jiabing wrote:
In commit f4da56529da60 ("net: stmmac: Add support for external
trigger timestamping"), struct stmmac_priv was declared at line 507
which caused duplicate struct declarations.
Remove later duplicate declaration here.
Signed-off-by: Wan Jiabing <redacted>Reviewed-by: Wong Vee Khee <redacted>