The patch titled AVR32: fix build breakage has been removed from the -mm tree. Its filename was avr32-fix-build-breakage.patch This patch was dropped because the arv32 tree has vanished ------------------------------------------------------ Subject: AVR32: fix build breakage From: Ben Nizette <ben.nizette@xxxxxxxxxxxx> 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 <ben.nizette@xxxxxxxxxxxx> Cc: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/avr32/mach-at32ap/at32ap7000.c | 2 +- 1 file 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, _ Patches currently in -mm which might be from ben.nizette@xxxxxxxxxxxx are git-avr32.patch avr32-fix-build-breakage.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html