From: Ben Nizette Remove an unwanted remnant of the recent revert of AVR32/AT91 SPI patches in -mm. Without this patch, the AVR32 build of 2.6.20-rc[34]-mm1 breaks. Signed-off-by: Ben Nizette Cc: Haavard Skinnemoen Signed-off-by: Andrew Morton --- arch/avr32/mach-at32ap/at32ap7000.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/avr32/mach-at32ap/at32ap7000.c~avr32-fix-build-breakage arch/avr32/mach-at32ap/at32ap7000.c --- a/arch/avr32/mach-at32ap/at32ap7000.c~avr32-fix-build-breakage +++ a/arch/avr32/mach-at32ap/at32ap7000.c @@ -895,7 +895,7 @@ struct clk *at32_clock_list[] = { &macb0_pclk, &macb1_hclk, &macb1_pclk, - &atmel_spi0_mck, + &atmel_spi0_pclk, &atmel_spi1_pclk, &lcdc0_hclk, &lcdc0_pixclk, _