linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
To: Henrik Kretzschmar <henne@nachtwindheim.de>
Cc: linux-fbdev@vger.kernel.org, Jaya Kumar <jayalk@intworks.biz>,
	Arnaud Patard <arnaud.patard@rtp-net.org>,
	James Simmons <jsimmons@infradead.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/7] fbdev: section cleanup in arcfb
Date: Sat, 27 Mar 2010 14:21:13 +0000	[thread overview]
Message-ID: <20100327142113.GB15267@pengutronix.de> (raw)
In-Reply-To: <1269671092-19948-1-git-send-email-henne@nachtwindheim.de>

On Sat, Mar 27, 2010 at 07:24:45AM +0100, Henrik Kretzschmar wrote:
> This patch fixes the sections in the arcfb driver.
> 
> WARNING: drivers/video/built-in.o(.devinit.text+0x543): Section mismatch in reference from the function arcfb_probe() to the variable .init.data:arcfb_var
> The function __devinit arcfb_probe() references
> a variable __initdata arcfb_var.
> If arcfb_var is only used by arcfb_probe then
> annotate arcfb_var with a matching annotation.
> 
> WARNING: drivers/video/built-in.o(.devinit.text+0x558): Section mismatch in reference from the function arcfb_probe() to the variable .init.data:arcfb_fix
> The function __devinit arcfb_probe() references
> a variable __initdata arcfb_fix.
> If arcfb_fix is only used by arcfb_probe then
> annotate arcfb_fix with a matching annotation.

... by moving arcfb_fix and arcfb_var to .devinit.data

Addionally it moves arcfb_remove to .devexit.text.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

      reply	other threads:[~2010-03-27 14:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-27  6:24 [PATCH 1/7] fbdev: section cleanup in arcfb Henrik Kretzschmar
2010-03-27 14:21 `  [this message]

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=20100327142113.GB15267@pengutronix.de \
    --to=henne@nachtwindheim.de \
    --cc=arnaud.patard@rtp-net.org \
    --cc=jayalk@intworks.biz \
    --cc=jsimmons@infradead.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).