2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-13 16:14:26 +08:00
linux-next/drivers/net/ethernet/samsung/sxgbe
Byungho An 40b92cad5e net: sxgbe: fix sparse warnings about static declaration
This fixes followings:

sparse warnings: (new ones prefixed by >>)

>> drivers/net/ethernet/samsung/sxgbe/sxgbe_platform.c:197:5:
sparse: symbol 'sxgbe_platform_freeze' was not declared. Should it be static?
>> drivers/net/ethernet/samsung/sxgbe/sxgbe_platform.c:204:5:
sparse: symbol 'sxgbe_platform_restore' was not declared. Should it be static?
>> drivers/net/ethernet/samsung/sxgbe/sxgbe_platform.c:228:24:
sparse: symbol 'sxgbe_platform_driver' was not declared. Should it be static?

>> drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c:1795:6:
sparse: symbol 'sxgbe_get_ops' was not declared. Should it be static?

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Byungho An <bh74.an@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-03-28 14:42:24 -04:00
..
Kconfig
Makefile
sxgbe_common.h net: sxgbe: add ethtool related functions support Samsung sxgbe 2014-03-26 16:49:31 -04:00
sxgbe_core.c net: sxgbe: add Checksum offload support for Samsung sxgbe 2014-03-26 16:49:31 -04:00
sxgbe_desc.c net: sxgbe: add TSO support for Samsung sxgbe 2014-03-26 16:49:31 -04:00
sxgbe_desc.h net: sxgbe: add Checksum offload support for Samsung sxgbe 2014-03-26 16:49:31 -04:00
sxgbe_dma.c net: sxgbe: add TSO support for Samsung sxgbe 2014-03-26 16:49:31 -04:00
sxgbe_dma.h net: sxgbe: add TSO support for Samsung sxgbe 2014-03-26 16:49:31 -04:00
sxgbe_ethtool.c net: sxgbe: add ethtool related functions support Samsung sxgbe 2014-03-26 16:49:31 -04:00
sxgbe_main.c net: sxgbe: fix sparse warnings about static declaration 2014-03-28 14:42:24 -04:00
sxgbe_mdio.c
sxgbe_mtl.c
sxgbe_mtl.h
sxgbe_platform.c net: sxgbe: fix sparse warnings about static declaration 2014-03-28 14:42:24 -04:00
sxgbe_reg.h net: sxgbe: add ethtool related functions support Samsung sxgbe 2014-03-26 16:49:31 -04:00
sxgbe_xpcs.c
sxgbe_xpcs.h