diff options
author | Alexandre TORGUE <alexandre.torgue@st.com> | 2016-04-01 05:37:36 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-02 20:23:09 -0400 |
commit | 06bce7dd1507c9b943fb20c845e02c6f4c172a55 (patch) | |
tree | a9386bce0bb05ff65d3cad3796de8560fe134cb7 | |
parent | 0b7a43d37633614113ac54af73c193862dff4e50 (diff) |
stmmac: update version to Jan_2016
This patch just updates the driver to the version fully
tested on STi platforms. This version is Jan_2016.
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/stmicro/stmmac/stmmac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac.h b/drivers/net/ethernet/stmicro/stmmac/stmmac.h index 317ce3580e13..ff6750621ff7 100644 --- a/drivers/net/ethernet/stmicro/stmmac/stmmac.h +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac.h | |||
@@ -24,7 +24,7 @@ | |||
24 | #define __STMMAC_H__ | 24 | #define __STMMAC_H__ |
25 | 25 | ||
26 | #define STMMAC_RESOURCE_NAME "stmmaceth" | 26 | #define STMMAC_RESOURCE_NAME "stmmaceth" |
27 | #define DRV_MODULE_VERSION "Dec_2015" | 27 | #define DRV_MODULE_VERSION "Jan_2016" |
28 | 28 | ||
29 | #include <linux/clk.h> | 29 | #include <linux/clk.h> |
30 | #include <linux/stmmac.h> | 30 | #include <linux/stmmac.h> |