Avoid mcu_restart function pointer whenever it is possible.
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
                .headroom = sizeof(struct mt76_connac2_mcu_txd),
                .mcu_skb_send_msg = mt7921_mcu_send_message,
                .mcu_parse_response = mt7921_mcu_parse_response,
-               .mcu_restart = mt76_connac_mcu_restart,
        };
        int err;
 
 
                .tailroom = MT_USB_TAIL_SIZE,
                .mcu_skb_send_msg = mt7921u_mcu_send_message,
                .mcu_parse_response = mt7921_mcu_parse_response,
-               .mcu_restart = mt76_connac_mcu_restart,
        };
        int ret;