ramips: mtk_eth_soc: allow multiple resets
[openwrt/staging/wigyori.git] / target / linux / ramips / files / drivers / net / ethernet / ralink / mtk_eth_soc.h
index 968db366cfafd38720034f3a928adb8a89c51df0..892ffb21262494de5e063140623ec3caa8a63b9e 100644 (file)
@@ -497,8 +497,7 @@ struct fe_priv {
        struct work_struct              pending_work;
        DECLARE_BITMAP(pending_flags, FE_FLAG_MAX);
 
-       struct reset_control            *rst_ppe;
-       struct reset_control            *rst_fe;
+       struct reset_control            *resets;
        struct mtk_foe_entry            *foe_table;
        dma_addr_t                      foe_table_phys;
        struct flow_offload __rcu       **foe_flow_table;