On Mon, 23 Nov 2009 15:43:27 +0200, Dmitri Vorobiev <dmitri.vorobiev@xxxxxxxxx> wrote: > On Mon, Nov 23, 2009 at 3:26 PM, Atsushi Nemoto <anemo@xxxxxxxxxxxxx> wrote: > > On Mon, 23 Nov 2009 13:53:37 +0200, Dmitri Vorobiev <dmitri.vorobiev@xxxxxxxxxx> wrote: > >> Several static uninitialized variables are used in the scope of > >> __init functions but are themselves not marked as __initdata. > >> This patch is to put those variables to where they belong and > >> to reduce the memory footprint a little bit. > >> > >> Also, a couple of lines with spaces instead of tabs were fixed. > >> > >> Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@xxxxxxxxxx> > > > > NAK, at least for txx9 parts. The struct mtd_partition arrays will be > > referenced by mtd map drivers via platform_data. > > You are right, thanks. What do you think about moving the variables to > file scope then? Well, why? Does it make any check-scripts or something happy? --- Atsushi Nemoto