forked from Ivasoft/openwrt
ar71xx: rename set_pll callback to set_speed in ag71xx_platform_data
Also rename the corresponding callback functions. SVN-Revision: 29012
This commit is contained in:
@@ -34,7 +34,7 @@ struct ag71xx_platform_data {
|
||||
u8 has_ar7240_switch:1;
|
||||
|
||||
void (*ddr_flush)(void);
|
||||
void (*set_pll)(int speed);
|
||||
void (*set_speed)(int speed);
|
||||
|
||||
u32 fifo_cfg1;
|
||||
u32 fifo_cfg2;
|
||||
|
||||
Reference in New Issue
Block a user