Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45f92691 authored by Haavard Skinnemoen's avatar Haavard Skinnemoen
Browse files

favr-32: Remove deprecated call



at32_add_system_devices() is deprecated, so remove the call to it.

Signed-off-by: default avatarHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
parent 8d3d3fb9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -327,8 +327,6 @@ static int __init favr32_init(void)

	at32_select_gpio(GPIO_PIN_PB(3), 0);	/* IRQ from ADS7843 */

	at32_add_system_devices();

	at32_add_device_usart(0);

	set_hw_addr(at32_add_device_eth(0, &eth_data[0]));