commit | 7b898469b91ea08e42dbed52acf8dfcb4f5914d0 | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Thu Aug 09 15:38:47 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 09 11:08:20 2018 -0700 |
tree | 7196fbe226f6f79dd8448d1bebc62e2541808b77 | |
parent | 364e9d7776a389941cea6c40783f90c236b402ce [diff] |
net: dsa: mv88e6xxx: link mv88e6xxx_port to mv88e6xxx_chip An up coming change will register interrupts for individual switch ports, using the mv88e6xxx_port as the interrupt context information. Add members to the mv88e6xxx_port structure so we can link it back to the mv88e6xxx_chip member the port belongs to and the port number of the port. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>