“f948d56435fc1f7506f08866302ecd6e60b533dd”上不存在“README.md”
提交 bd45cbf5 编写于 作者: R Radhey Shyam Pandey 提交者: David S. Miller

net: emaclite: Remove unused 'has_mdio' flag.

Remove unused 'has_mdio' flag.
Signed-off-by: NRadhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
Reviewed-by: NAndrew Lunn <andrew@lunn.ch>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 27cad008
...@@ -123,7 +123,6 @@ ...@@ -123,7 +123,6 @@
* @phy_node: pointer to the PHY device node * @phy_node: pointer to the PHY device node
* @mii_bus: pointer to the MII bus * @mii_bus: pointer to the MII bus
* @last_link: last link status * @last_link: last link status
* @has_mdio: indicates whether MDIO is included in the HW
*/ */
struct net_local { struct net_local {
...@@ -144,7 +143,6 @@ struct net_local { ...@@ -144,7 +143,6 @@ struct net_local {
struct mii_bus *mii_bus; struct mii_bus *mii_bus;
int last_link; int last_link;
bool has_mdio;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部