aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/arc/emac_mdio.c
diff options
context:
space:
mode:
authorBaoyou Xie <baoyou.xie@linaro.org>2016-09-06 16:19:02 +0800
committerDavid S. Miller <davem@davemloft.net>2016-09-06 15:58:59 -0700
commite0c79ff6286f534f3e9fadab529b0ce1e2c6d917 (patch)
tree38cb1848d1c636e85870a5dad282f63f731d8753 /drivers/net/ethernet/arc/emac_mdio.c
parentMerge branch 'qed-get_regs' (diff)
downloadlinux-dev-e0c79ff6286f534f3e9fadab529b0ce1e2c6d917.tar.xz
linux-dev-e0c79ff6286f534f3e9fadab529b0ce1e2c6d917.zip
lan78xx: mark symbols static where possible
We get a few warnings when building kernel with W=1: drivers/net/usb/lan78xx.c:1182:6: warning: no previous prototype for 'lan78xx_defer_kevent' [-Wmissing-prototypes] drivers/net/usb/lan78xx.c:1409:5: warning: no previous prototype for 'lan78xx_nway_reset' [-Wmissing-prototypes] drivers/net/usb/lan78xx.c:2000:5: warning: no previous prototype for 'lan78xx_set_mac_addr' [-Wmissing-prototypes] .... In fact, these functions are only used in the file in which they are declared and don't need a declaration, but can be made static. so this patch marks these functions with 'static'. Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/arc/emac_mdio.c')
0 files changed, 0 insertions, 0 deletions