[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1396494376-6521-1-git-send-email-crrodriguez@opensuse.org>
Date: Thu, 3 Apr 2014 00:06:15 -0300
From: Cristian Rodríguez <crrodriguez@...nsuse.org>
To: netdev@...r.kernel.org
Cc: ben@...adent.org.uk,
Cristian Rodríguez <crrodriguez@...nsuse.org>
Subject: [PATCH ethtool 1/2] ixgbe: missing "static" in function definition
Signed-off-by: Cristian Rodríguez <crrodriguez@...nsuse.org>
---
ixgbe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ixgbe.c b/ixgbe.c
index 6a663e4..3928d77 100644
--- a/ixgbe.c
+++ b/ixgbe.c
@@ -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;
--
1.8.4.5
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists