]> git.baikalelectronics.ru Git - kernel.git/commit
stmmac: dwmac-socfpga: make socfpga_dwmac_pm_ops static
authorJoachim Eastwood <manabian@gmail.com>
Sun, 8 May 2016 11:47:23 +0000 (13:47 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 May 2016 02:39:59 +0000 (22:39 -0400)
commiteb6baf90ee24f5f2d1ccb3cb8e6f3b65b0ce2512
tree3f3bd84d7af5c5ecb9d1d55bb331d1e0f80ea849
parent1916087812f18386e2af1f6242458f3ab7afff10
stmmac: dwmac-socfpga: make socfpga_dwmac_pm_ops static

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 <manabian@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c