All of lore.kernel.org
 help / color / mirror / Atom feed
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: ks8695: fix __initdata annotation
Date: Fri, 26 Feb 2016 17:25:18 +0100	[thread overview]
Message-ID: <6605497.i4OUUcPESd@wuerfel> (raw)
In-Reply-To: <56B92660.8060203@uclinux.org>

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

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: Greg Ungerer <gerg@uclinux.org>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, arm@kernel.org
Subject: Re: [PATCH] ARM: ks8695: fix __initdata annotation
Date: Fri, 26 Feb 2016 17:25:18 +0100	[thread overview]
Message-ID: <6605497.i4OUUcPESd@wuerfel> (raw)
In-Reply-To: <56B92660.8060203@uclinux.org>

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

  reply	other threads:[~2016-02-26 16:25 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-08 14:24 [PATCH] ARM: ks8695: fix __initdata annotation Arnd Bergmann
2016-02-08 14:24 ` Arnd Bergmann
2016-02-08 23:36 ` Greg Ungerer
2016-02-08 23:36   ` Greg Ungerer
2016-02-26 16:25   ` Arnd Bergmann [this message]
2016-02-26 16:25     ` Arnd Bergmann
2016-02-09  9:00 ` Uwe Kleine-König
2016-02-09  9:00   ` Uwe Kleine-König
2016-02-09 11:14   ` Arnd Bergmann
2016-02-09 11:14     ` Arnd Bergmann
2016-02-09 11:36     ` Uwe Kleine-König
2016-02-09 11:36       ` Uwe Kleine-König
2016-02-09 15:10       ` Arnd Bergmann
2016-02-09 15:10         ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6605497.i4OUUcPESd@wuerfel \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.