Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1344421
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ARM: ks8695: fix __initdata annotation |
| Date | 2016-02-26 17:30 +0100 |
| Message-ID | <r6trc-5Z1-29@gated-at.bofh.it> (permalink) |
| References | <qZUZc-6vM-3@gated-at.bofh.it> <r03zs-3Mr-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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@arndb.de> > > Acked-by: Greg Ungerer <gerg@uclinux.org> > Applied to next/fixes-non-critical in arm-soc directly. Thanks, Arnd
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] ARM: ks8695: fix __initdata annotation Arnd Bergmann <arnd@arndb.de> - 2016-02-26 17:30 +0100
csiph-web