diff options
Diffstat (limited to 'drivers/net/gianfar.c')
| -rw-r--r-- | drivers/net/gianfar.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/gianfar.c b/drivers/net/gianfar.c index 587afe7be689..6f22f068d6ee 100644 --- a/drivers/net/gianfar.c +++ b/drivers/net/gianfar.c | |||
| @@ -138,6 +138,7 @@ static int gfar_poll(struct napi_struct *napi, int budget); | |||
| 138 | static void gfar_netpoll(struct net_device *dev); | 138 | static void gfar_netpoll(struct net_device *dev); |
| 139 | #endif | 139 | #endif |
| 140 | int gfar_clean_rx_ring(struct net_device *dev, int rx_work_limit); | 140 | int gfar_clean_rx_ring(struct net_device *dev, int rx_work_limit); |
| 141 | static int gfar_clean_tx_ring(struct net_device *dev); | ||
| 141 | static int gfar_process_frame(struct net_device *dev, struct sk_buff *skb, int length); | 142 | static int gfar_process_frame(struct net_device *dev, struct sk_buff *skb, int length); |
| 142 | static void gfar_vlan_rx_register(struct net_device *netdev, | 143 | static void gfar_vlan_rx_register(struct net_device *netdev, |
| 143 | struct vlan_group *grp); | 144 | struct vlan_group *grp); |
| @@ -1141,7 +1142,7 @@ static int gfar_close(struct net_device *dev) | |||
| 1141 | } | 1142 | } |
| 1142 | 1143 | ||
| 1143 | /* Changes the mac address if the controller is not running. */ | 1144 | /* Changes the mac address if the controller is not running. */ |
| 1144 | int gfar_set_mac_address(struct net_device *dev) | 1145 | static int gfar_set_mac_address(struct net_device *dev) |
| 1145 | { | 1146 | { |
| 1146 | gfar_set_mac_for_addr(dev, 0, dev->dev_addr); | 1147 | gfar_set_mac_for_addr(dev, 0, dev->dev_addr); |
| 1147 | 1148 | ||
| @@ -1260,7 +1261,7 @@ static void gfar_timeout(struct net_device *dev) | |||
| 1260 | } | 1261 | } |
| 1261 | 1262 | ||
| 1262 | /* Interrupt Handler for Transmit complete */ | 1263 | /* Interrupt Handler for Transmit complete */ |
| 1263 | int gfar_clean_tx_ring(struct net_device *dev) | 1264 | static int gfar_clean_tx_ring(struct net_device *dev) |
| 1264 | { | 1265 | { |
| 1265 | struct txbd8 *bdp; | 1266 | struct txbd8 *bdp; |
| 1266 | struct gfar_private *priv = netdev_priv(dev); | 1267 | struct gfar_private *priv = netdev_priv(dev); |
