commit | 1c2289d43be2c6605662281bb8b9ac2393146b28 | [log] [tgz] |
---|---|---|
author | Pankaj Bansal <pankaj.bansal@nxp.com> | Wed Oct 10 14:08:30 2018 +0530 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Wed Oct 10 12:36:34 2018 -0500 |
tree | ed1a17eca885da75050ec47d0faddd9dd3c7dbb2 | |
parent | d24b128cf84666d3ada474571626a4f35b20606a [diff] |
driver: net: fsl-mc: remove unused strcture elements The phydev structure is present in both ldpaa_eth_priv and wriop_dpmac_info. the phydev in wriop_dpmac_info is not being used As the phydev is created based on phy_addr and bus members of wriop_dpmac_info, it is appropriate to keep phydev in wriop_dpmac_info. Also phy_regs is not being used, therefore remove it Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>