We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5d8dc commit 2a7267dCopy full SHA for 2a7267d
1 file changed
drivers/net/ethernet/mediatek/mtk_eth_soc.h
@@ -1491,13 +1491,11 @@ struct mtk_mux_data {
1491
*/
1492
struct mtk_mux {
1493
struct delayed_work poll;
1494
- struct work_struct reconfig_work;
1495
struct gpio_desc *mod_def0_gpio;
1496
struct gpio_desc *chan_sel_gpio;
1497
struct mtk_mux_data *data[2];
1498
struct mtk_mac *mac;
1499
unsigned int channel;
1500
- unsigned int pending_channel;
1501
unsigned int sfp_present_channel;
1502
};
1503
0 commit comments