Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11a164a0 authored by Sachin Kamat's avatar Sachin Kamat Committed by David S. Miller
Browse files

net: sun4i-emac: Staticize local symbols



Some symbols referenced only in this file are made static.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Cc: Stefan Roese <sr@denx.de>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent aff5c355
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -258,7 +258,7 @@ static const struct ethtool_ops emac_ethtool_ops = {
	.get_link	= ethtool_op_get_link,
};

unsigned int emac_setup(struct net_device *ndev)
static unsigned int emac_setup(struct net_device *ndev)
{
	struct emac_board_info *db = netdev_priv(ndev);
	unsigned int reg_val;
@@ -310,7 +310,7 @@ unsigned int emac_setup(struct net_device *ndev)
	return 0;
}

unsigned int emac_powerup(struct net_device *ndev)
static unsigned int emac_powerup(struct net_device *ndev)
{
	struct emac_board_info *db = netdev_priv(ndev);
	unsigned int reg_val;