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