igbvf: remove unneeded cast
The cast and comment are unnecessary in the current upstream kernel. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Tested-by: Garrett, RobertX E <robertx.e.garrett@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
6e861326b1
Коммит
b2f0f6bb87
|
@ -468,6 +468,5 @@ static const struct ethtool_ops igbvf_ethtool_ops = {
|
||||||
|
|
||||||
void igbvf_set_ethtool_ops(struct net_device *netdev)
|
void igbvf_set_ethtool_ops(struct net_device *netdev)
|
||||||
{
|
{
|
||||||
/* have to "undeclare" const on this struct to remove warnings */
|
SET_ETHTOOL_OPS(netdev, &igbvf_ethtool_ops);
|
||||||
SET_ETHTOOL_OPS(netdev, (struct ethtool_ops *)&igbvf_ethtool_ops);
|
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче