[PATCH] ARM: ks8695: fix __initdata annotation
Arnd Bergmann
arnd at arndb.de
Fri Feb 26 08:25:18 PST 2016
On Tuesday 09 February 2016 09:36:00 Greg Ungerer wrote:
> On 09/02/16 00:24, Arnd Bergmann wrote:
> > Clang complains about the __initdata section attribute being in the
> > wrong place in two files of ks8695:
> >
> > arch/arm/mach-ks8695/cpu.c:37:31: error: '__section__' attribute only applies to functions and global variables
> > arch/arm/mach-ks8695/board-og.c:83:31: error: '__section__' attribute only applies to functions and global variables
> >
> > This moves the attribute to the correct place.
> >
> > Signed-off-by: Arnd Bergmann <arnd at arndb.de>
>
> Acked-by: Greg Ungerer <gerg at uclinux.org>
>
Applied to next/fixes-non-critical in arm-soc directly.
Thanks,
Arnd
More information about the linux-arm-kernel
mailing list