mirror of
https://github.com/torvalds/linux.git
synced 2024-11-04 11:04:38 +00:00
netdev: bfin_mac: mark setup_system_regs as static
No need for this to be exported since it is only used in this driver. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c6dd5098f4
commit
5ca1bb5ace
@ -558,7 +558,7 @@ static const struct ethtool_ops bfin_mac_ethtool_ops = {
|
||||
};
|
||||
|
||||
/**************************************************************************/
|
||||
void setup_system_regs(struct net_device *dev)
|
||||
static void setup_system_regs(struct net_device *dev)
|
||||
{
|
||||
struct bfin_mac_local *lp = netdev_priv(dev);
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user