Re: [PATCH net-next] stmmac: dwmac-socfpga: make socfpga_dwmac_pm_ops static

2016-05-09 Thread David Miller
From: Joachim Eastwood Date: Sun, 8 May 2016 13:47:23 +0200 > Fix the following sparse warning: > drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c:274:1: warning: > symbol 'socfpga_dwmac_pm_ops' was not declared. Should it be static? > > Signed-off-by: Joachim Eastwood Applied.

[PATCH net-next] stmmac: dwmac-socfpga: make socfpga_dwmac_pm_ops static

2016-05-08 Thread Joachim Eastwood
Fix the following sparse warning: drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c:274:1: warning: symbol 'socfpga_dwmac_pm_ops' was not declared. Should it be static? Signed-off-by: Joachim Eastwood --- Hi, Noticed this sparse warning after my last batch of patches. Not so easy to spot the