Skip to content

Commit

Permalink
favr-32: Remove deprecated call
Browse files Browse the repository at this point in the history
at32_add_system_devices() is deprecated, so remove the call to it.

Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
  • Loading branch information
Haavard Skinnemoen committed Jan 5, 2009
1 parent 8d3d3fb commit 45f9269
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/avr32/boards/favr-32/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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]));
Expand Down

0 comments on commit 45f9269

Please sign in to comment.