From: Vladimir Oltean <vladimir.olt...@nxp.com> This removes the sparse warnings from the sja1105 driver and makes some structures constant.
Vladimir Oltean (3): net: dsa: sja1105: remove empty structures from config table ops net: dsa: sja1105: make config table operation structures constant net: dsa: sja1105: make the instantiations of struct sja1105_info constant drivers/net/dsa/sja1105/sja1105.h | 12 +++---- .../net/dsa/sja1105/sja1105_dynamic_config.c | 25 ++----------- .../net/dsa/sja1105/sja1105_dynamic_config.h | 4 +-- drivers/net/dsa/sja1105/sja1105_spi.c | 17 +++++---- .../net/dsa/sja1105/sja1105_static_config.c | 36 ++++--------------- .../net/dsa/sja1105/sja1105_static_config.h | 12 +++---- 6 files changed, 33 insertions(+), 73 deletions(-) -- 2.25.1