commit | f270dbfab8799f9fd9cfb275df1cabd36c06e918 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Sat Nov 09 15:02:52 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 11 12:59:10 2019 -0800 |
tree | 73dc7c2b9917a9e72e3c927adac2205ef71fef90 | |
parent | 4bda14156ee22af4825c2dd140e76d0b301bcd1b [diff] |
net: mscc: ocelot: refactor struct ocelot_port out of function prototypes The ocelot_port structure has a net_device embedded in it, which makes it unsuitable for leaving it in the driver implementation functions. Leave ocelot_flower.c untouched. In that file, ocelot_port is used as an interface to the tc shared blocks. That will be addressed in the next patch. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>