1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

ar71xx: rename set_pll callback to set_speed in ag71xx_platform_data

Also rename the corresponding callback functions.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29012 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2011-11-13 11:26:57 +00:00
parent 95d3699b73
commit 7571fae3ab
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;