Re: [PATCH] avr32: fix build error in ATSTK1002 code

2012-07-25 Thread Fengguang Wu
Andrew, will you accept this fix? It's obviously caused by a typo in commit 1754aab9bb86. On Sun, Jul 22, 2012 at 10:25:41AM +0800, Fengguang Wu wrote: > arch/avr32/boards/atstk1000/atstk1002.c:100: error: 'num_partitions' > undeclared here (not in a function) > > which is introduced by commit 1

[PATCH] avr32: fix build error in ATSTK1002 code

2012-07-21 Thread Fengguang Wu
arch/avr32/boards/atstk1000/atstk1002.c:100: error: 'num_partitions' undeclared here (not in a function) which is introduced by commit 1754aab9bb86 ("mtd: ATMEL, AVR32: inline nand partition table access "). Signed-off-by: Fengguang Wu --- arch/avr32/boards/atstk1000/atstk1002.c |2 +- 1 f