All of lore.kernel.org
 help / color / mirror / Atom feed
From: Artem Bityutskiy <dedekind1@gmail.com>
To: Dmitry Artamonow <mad_soft@inbox.ru>
Cc: "Russell King" <linux@arm.linux.org.uk>,
	"Nicolas Pitre" <nico@fluxnic.net>,
	linux-mtd@lists.infradead.org,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"David Woodhouse" <dwmw2@infradead.org>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] mtd: maps/sa1100: fix section mismatch
Date: Sun, 11 Oct 2009 16:41:46 +0300	[thread overview]
Message-ID: <1255268506.16942.77.camel@localhost> (raw)
In-Reply-To: <1255076329-15065-1-git-send-email-mad_soft@inbox.ru>

On Fri, 2009-10-09 at 12:18 +0400, Dmitry Artamonow wrote:
> Commit f0b1e589 changed sa1100_mtd_probe from __init to __devinit,
> but missed to correct sa1100_setup_mtd definition accordingly, which
> causes following warning:
> 
> WARNING: vmlinux.o(.devinit.text+0xf4): Section mismatch in reference from
>  the function sa1100_mtd_probe() to the function .init.text:sa1100_setup_mtd()
> The function __devinit sa1100_mtd_probe() references
> a function __init sa1100_setup_mtd().
> If sa1100_setup_mtd is only used by sa1100_mtd_probe then
> annotate sa1100_setup_mtd with a matching annotation.
> 
> Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>

Added to my l2-mtd-2.6.git tree:

http://git.infradead.org/users/dedekind/l2-mtd-2.6.git/commit/232216ec8d423a222ae113bd15691d66a1e6d957

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)

WARNING: multiple messages have this Message-ID (diff)
From: dedekind1@gmail.com (Artem Bityutskiy)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] mtd: maps/sa1100: fix section mismatch
Date: Sun, 11 Oct 2009 16:41:46 +0300	[thread overview]
Message-ID: <1255268506.16942.77.camel@localhost> (raw)
In-Reply-To: <1255076329-15065-1-git-send-email-mad_soft@inbox.ru>

On Fri, 2009-10-09 at 12:18 +0400, Dmitry Artamonow wrote:
> Commit f0b1e589 changed sa1100_mtd_probe from __init to __devinit,
> but missed to correct sa1100_setup_mtd definition accordingly, which
> causes following warning:
> 
> WARNING: vmlinux.o(.devinit.text+0xf4): Section mismatch in reference from
>  the function sa1100_mtd_probe() to the function .init.text:sa1100_setup_mtd()
> The function __devinit sa1100_mtd_probe() references
> a function __init sa1100_setup_mtd().
> If sa1100_setup_mtd is only used by sa1100_mtd_probe then
> annotate sa1100_setup_mtd with a matching annotation.
> 
> Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>

Added to my l2-mtd-2.6.git tree:

http://git.infradead.org/users/dedekind/l2-mtd-2.6.git/commit/232216ec8d423a222ae113bd15691d66a1e6d957

-- 
Best Regards,
Artem Bityutskiy (????? ????????)

  reply	other threads:[~2009-10-11 13:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-09  8:18 [PATCH] mtd: maps/sa1100: fix section mismatch Dmitry Artamonow
2009-10-09  8:18 ` Dmitry Artamonow
2009-10-11 13:41 ` Artem Bityutskiy [this message]
2009-10-11 13:41   ` Artem Bityutskiy

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=1255268506.16942.77.camel@localhost \
    --to=dedekind1@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mad_soft@inbox.ru \
    --cc=nico@fluxnic.net \
    --cc=u.kleine-koenig@pengutronix.de \
    /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.