commit | 718e44b6ea1c6abbd7ffc62cc16af5feca5ac528 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Sat Jun 20 20:18:31 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Jun 22 16:01:29 2020 -0700 |
tree | 1fcde46b32b7102d5092ad80ab4190c2342fed8d | |
parent | be3fb56d6ad163947f541f9e6210fa37fb3b5e6d [diff] |
net: dsa: sja1105: make config table operation structures constant The per-chip instantiations of struct sja1105_table_ops and struct sja1105_dynamic_table_ops can be made constant, so do that. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>