1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-08 13:28:05 +00:00

style(9) changes.

This commit is contained in:
Adrian Chadd 2012-03-17 07:29:11 +00:00
parent 0e69f431d4
commit 0c7a79d76e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233082

View File

@ -125,6 +125,7 @@ ar724x_chip_device_stopped(uint32_t mask)
static void
ar724x_chip_set_mii_speed(uint32_t unit, uint32_t speed)
{
/* XXX TODO */
return;
}
@ -221,15 +222,15 @@ ar724x_chip_init_usb_peripheral(void)
}
struct ar71xx_cpu_def ar724x_chip_def = {
&ar724x_chip_detect_mem_size,
&ar724x_chip_detect_sys_frequency,
&ar724x_chip_device_stop,
&ar724x_chip_device_start,
&ar724x_chip_device_stopped,
&ar724x_chip_set_pll_ge,
&ar724x_chip_detect_mem_size,
&ar724x_chip_detect_sys_frequency,
&ar724x_chip_device_stop,
&ar724x_chip_device_start,
&ar724x_chip_device_stopped,
&ar724x_chip_set_pll_ge,
&ar724x_chip_set_mii_speed,
&ar724x_chip_ddr_flush_ge,
&ar724x_chip_get_eth_pll,
&ar724x_chip_ddr_flush_ip2,
&ar724x_chip_ddr_flush_ge,
&ar724x_chip_get_eth_pll,
&ar724x_chip_ddr_flush_ip2,
&ar724x_chip_init_usb_peripheral
};