Skip to content

Commit

Permalink
ixgbe: missing "static" in function definition
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Rodríguez <[email protected]>
Signed-off-by: Ben Hutchings <[email protected]>
  • Loading branch information
crrodriguez authored and bwhacks committed Apr 21, 2014
1 parent 875616d commit 372b51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ixgbe.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ enum ixgbe_mac_type {
ixgbe_num_macs
};

enum ixgbe_mac_type
static enum ixgbe_mac_type
ixgbe_get_mac_type(u16 device_id)
{
enum ixgbe_mac_type mac_type = ixgbe_mac_unknown;
Expand Down

0 comments on commit 372b51a

Please sign in to comment.