diff options
| -rw-r--r-- | arch/avr32/mach-at32ap/at32ap7000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/mach-at32ap/at32ap7000.c b/arch/avr32/mach-at32ap/at32ap7000.c index bc235507c5c7..472703f90c22 100644 --- a/arch/avr32/mach-at32ap/at32ap7000.c +++ b/arch/avr32/mach-at32ap/at32ap7000.c | |||
| @@ -752,7 +752,7 @@ static struct resource atmel_spi1_resource[] = { | |||
| 752 | DEFINE_DEV(atmel_spi, 1); | 752 | DEFINE_DEV(atmel_spi, 1); |
| 753 | DEV_CLK(spi_clk, atmel_spi1, pba, 1); | 753 | DEV_CLK(spi_clk, atmel_spi1, pba, 1); |
| 754 | 754 | ||
| 755 | static void | 755 | static void __init |
| 756 | at32_spi_setup_slaves(unsigned int bus_num, struct spi_board_info *b, | 756 | at32_spi_setup_slaves(unsigned int bus_num, struct spi_board_info *b, |
| 757 | unsigned int n, const u8 *pins) | 757 | unsigned int n, const u8 *pins) |
| 758 | { | 758 | { |
