Message ID | 20211207090452.1155688-4-wintera@linux.ibm.com (mailing list archive) |
---|---|
State | Accepted |
Commit | cdf8df5b42e7d9e2f6e660e672d42edb0514b862 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | s390/net: updates 2021-12-06 | expand |
diff --git a/drivers/s390/net/qeth_l2_main.c b/drivers/s390/net/qeth_l2_main.c index 48355fbc0712..d1933c54bfbb 100644 --- a/drivers/s390/net/qeth_l2_main.c +++ b/drivers/s390/net/qeth_l2_main.c @@ -1091,8 +1091,6 @@ static const struct net_device_ops qeth_l2_osa_netdev_ops = { .ndo_tx_timeout = qeth_tx_timeout, .ndo_fix_features = qeth_fix_features, .ndo_set_features = qeth_set_features, - .ndo_bridge_getlink = qeth_l2_bridge_getlink, - .ndo_bridge_setlink = qeth_l2_bridge_setlink, }; static int qeth_l2_setup_netdev(struct qeth_card *card)