[PATCH V2 43/53] net: dwc_eth_qos: fix build break when CLK not enabled

2022-07-26 Thread sbabic
> From: Peng Fan > When CONFIG_CLK is not enabled, there will be buil break: > "error: ‘eqos’ undeclared (first use in this function)" > Take eqos definition out the CONFIG_CLK ifdef. > Signed-off-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- =

[PATCH V2 43/53] net: dwc_eth_qos: fix build break when CLK not enabled

2022-07-26 Thread Peng Fan (OSS)
From: Peng Fan When CONFIG_CLK is not enabled, there will be buil break: "error: ‘eqos’ undeclared (first use in this function)" Take eqos definition out the CONFIG_CLK ifdef. Signed-off-by: Peng Fan --- drivers/net/dwc_eth_qos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g