2007-01-15 03:49:10

by Ben Nizette

[permalink] [raw]
Subject: [PATCH -mm] AVR32: fix build breakage

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 <[email protected]>
---
Index: linux-2.6.20-rc3/arch/avr32/mach-at32ap/at32ap7000.c
===================================================================
--- linux-2.6.20-rc3.orig/arch/avr32/mach-at32ap/at32ap7000.c 2007-01-11
17:29:01.000000000 +1100
+++ linux-2.6.20-rc3/arch/avr32/mach-at32ap/at32ap7000.c 2007-01-11
17:29:18.000000000 +1100
@@ -895,7 +895,7 @@
&macb0_pclk,
&macb1_hclk,
&macb1_pclk,
- &atmel_spi0_mck,
+ &atmel_spi0_pclk,
&atmel_spi1_pclk,
&lcdc0_hclk,
&lcdc0_pixclk,


2007-01-15 08:37:59

by Haavard Skinnemoen

[permalink] [raw]
Subject: Re: [PATCH -mm] AVR32: fix build breakage

On Mon, 15 Jan 2007 14:48:57 +1100
Ben Nizette <[email protected]> wrote:

> 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.

Actually, this is broken in my tree. Wonder how I managed to do that
and not even notice it.

I'll apply this patch and push out a new avr32-arch branch for Andrew.
Thanks for testing.

Haavard

2007-01-15 22:55:21

by Ben Nizette

[permalink] [raw]
Subject: Re: [PATCH -mm] AVR32: fix build breakage

On Mon, 15 Jan 2007 09:37:35 +0100
Haavard Skinnemoen <[email protected]> wrote:
>
> On Mon, 15 Jan 2007 14:48:57 +1100
> Ben Nizette <[email protected]> wrote:
>
>> 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.
>
> Actually, this is broken in my tree. Wonder how I managed to do that
> and not even notice it.
>

Interestly git://http://www.atmel.no/~hskinnemoen/linux/kernel/avr32.git master
is still fine

> I'll apply this patch and push out a new avr32-arch branch for Andrew.
> Thanks for testing.

Sounds good, no worries.

--Ben
>
> Haavard
>