ar71xx: remove pdata->fifo_cfg*

The values are the same for all chipsets that use it

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2018-03-02 21:30:10 +01:00
parent 11d70f0600
commit f62d2b9549
3 changed files with 3 additions and 56 deletions

View File

@@ -45,10 +45,6 @@ struct ag71xx_platform_data {
void (*set_speed)(int speed);
void (*update_pll)(u32 pll_10, u32 pll_100, u32 pll_1000);
u32 fifo_cfg1;
u32 fifo_cfg2;
u32 fifo_cfg3;
unsigned int max_frame_len;
unsigned int desc_pktlen_mask;
};