diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2016-04-07 15:16:44 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-11 15:11:59 -0400 |
commit | 71a2cbb72a2bcbf3f1c1b14031870e37ad5e8109 (patch) | |
tree | ce4dcb926cfe6e2f86bd6cf41cc1703c31bd7587 /tools/perf/scripts/python | |
parent | 61f1cef90a18122ff9832a897dc75738c14e710a (diff) |
drivers: net: cpsw: drop host_port field from struct cpsw_priv
The host_port field is constantly assigned to 0 and this value has
never changed (since time when cpsw driver was introduced. More over,
if this field will be assigned to non 0 value it will break current
driver functionality.
Hence, there are no reasons to continue maintaining this host_port
field and it can be removed, and the HOST_PORT_NUM and ALE_PORT_HOST
defines can be used instead.
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions