diff options
Diffstat (limited to 'drivers/net/s2io.c')
-rw-r--r-- | drivers/net/s2io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/s2io.c b/drivers/net/s2io.c index 512861923c6b..748b4cb3a58a 100644 --- a/drivers/net/s2io.c +++ b/drivers/net/s2io.c | |||
@@ -5113,7 +5113,7 @@ static void s2io_set_multicast(struct net_device *dev) | |||
5113 | /* read from CAM unicast & multicast addresses and store it in | 5113 | /* read from CAM unicast & multicast addresses and store it in |
5114 | * def_mac_addr structure | 5114 | * def_mac_addr structure |
5115 | */ | 5115 | */ |
5116 | void do_s2io_store_unicast_mc(struct s2io_nic *sp) | 5116 | static void do_s2io_store_unicast_mc(struct s2io_nic *sp) |
5117 | { | 5117 | { |
5118 | int offset; | 5118 | int offset; |
5119 | u64 mac_addr = 0x0; | 5119 | u64 mac_addr = 0x0; |