2
0
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:
Gabor Juhos
2011-11-13 11:26:57 +00:00
parent 9579bb4267
commit 93cd46be13
3 changed files with 30 additions and 30 deletions

View File

@@ -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;