Re: [PATCH] avr32: fix build error in atstk1006_defconfig

2012-10-16 Thread Håvard Skinnemoen
On Tue, Oct 16, 2012 at 12:19 AM, Josh Wu wrote: > fixed the following compile error when use avr32 atstk1006_defconfig: > drivers/mtd/nand/atmel_nand.c: In function 'pmecc_err_location': > drivers/mtd/nand/atmel_nand.c:639: error: implicit declaration of function > 'writel_relaxed' > >

Re: [PATCH] avr32: fix build error in atstk1006_defconfig

2012-10-16 Thread Andreas Bießmann
On 16.10.2012 11:17, Hans-Christian Egtvedt wrote: > Around Tue 16 Oct 2012 15:19:27 +0800 or thereabout, Josh Wu wrote: >> fixed the following compile error when use avr32 atstk1006_defconfig: >> drivers/mtd/nand/atmel_nand.c: In function 'pmecc_err_location': >>

Re: [PATCH] avr32: fix build error in atstk1006_defconfig

2012-10-16 Thread Josh Wu
On 10/16/2012 5:17 PM, Hans-Christian Egtvedt wrote: Around Tue 16 Oct 2012 15:19:27 +0800 or thereabout, Josh Wu wrote: fixed the following compile error when use avr32 atstk1006_defconfig: drivers/mtd/nand/atmel_nand.c: In function 'pmecc_err_location':

Re: [PATCH] avr32: fix build error in atstk1006_defconfig

2012-10-16 Thread Hans-Christian Egtvedt
Around Tue 16 Oct 2012 15:19:27 +0800 or thereabout, Josh Wu wrote: > fixed the following compile error when use avr32 atstk1006_defconfig: > drivers/mtd/nand/atmel_nand.c: In function 'pmecc_err_location': > drivers/mtd/nand/atmel_nand.c:639: error: implicit declaration of function >

[PATCH] avr32: fix build error in atstk1006_defconfig

2012-10-16 Thread Josh Wu
fixed the following compile error when use avr32 atstk1006_defconfig: drivers/mtd/nand/atmel_nand.c: In function 'pmecc_err_location': drivers/mtd/nand/atmel_nand.c:639: error: implicit declaration of function 'writel_relaxed' which was introduced by commit 1c7b874d33b463 ("mtd: at91:

[PATCH] avr32: fix build error in atstk1006_defconfig

2012-10-16 Thread Josh Wu
fixed the following compile error when use avr32 atstk1006_defconfig: drivers/mtd/nand/atmel_nand.c: In function 'pmecc_err_location': drivers/mtd/nand/atmel_nand.c:639: error: implicit declaration of function 'writel_relaxed' which was introduced by commit 1c7b874d33b463 (mtd: at91:

Re: [PATCH] avr32: fix build error in atstk1006_defconfig

2012-10-16 Thread Hans-Christian Egtvedt
Around Tue 16 Oct 2012 15:19:27 +0800 or thereabout, Josh Wu wrote: fixed the following compile error when use avr32 atstk1006_defconfig: drivers/mtd/nand/atmel_nand.c: In function 'pmecc_err_location': drivers/mtd/nand/atmel_nand.c:639: error: implicit declaration of function

Re: [PATCH] avr32: fix build error in atstk1006_defconfig

2012-10-16 Thread Josh Wu
On 10/16/2012 5:17 PM, Hans-Christian Egtvedt wrote: Around Tue 16 Oct 2012 15:19:27 +0800 or thereabout, Josh Wu wrote: fixed the following compile error when use avr32 atstk1006_defconfig: drivers/mtd/nand/atmel_nand.c: In function 'pmecc_err_location':

Re: [PATCH] avr32: fix build error in atstk1006_defconfig

2012-10-16 Thread Andreas Bießmann
On 16.10.2012 11:17, Hans-Christian Egtvedt wrote: Around Tue 16 Oct 2012 15:19:27 +0800 or thereabout, Josh Wu wrote: fixed the following compile error when use avr32 atstk1006_defconfig: drivers/mtd/nand/atmel_nand.c: In function 'pmecc_err_location': drivers/mtd/nand/atmel_nand.c:639:

Re: [PATCH] avr32: fix build error in atstk1006_defconfig

2012-10-16 Thread Håvard Skinnemoen
On Tue, Oct 16, 2012 at 12:19 AM, Josh Wu josh...@atmel.com wrote: fixed the following compile error when use avr32 atstk1006_defconfig: drivers/mtd/nand/atmel_nand.c: In function 'pmecc_err_location': drivers/mtd/nand/atmel_nand.c:639: error: implicit declaration of function