From: Fabio Estevam <festevam@gmail.com>
To: jgarzik@pobox.com
Cc: rob.herring@calxeda.com, linux-ide@vger.kernel.org,
linux-kernel@vger.kernel.org,
Fabio Estevam <fabio.estevam@freescale.com>
Subject: Re: [PATCH] ata: sata_highbank: Fix section mismatch
Date: Thu, 18 Oct 2012 16:12:18 -0300 [thread overview]
Message-ID: <CAOMZO5ALzQC8nh_rfPoKZUPcB564tykHb42P_OWPHuFJ_KfUJQ@mail.gmail.com> (raw)
In-Reply-To: <1349649996-17115-1-git-send-email-festevam@gmail.com>
Jeff,
On Sun, Oct 7, 2012 at 7:46 PM, Fabio Estevam <festevam@gmail.com> wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> Building multi_v7_defconfig leads to the following warning:
>
> WARNING: vmlinux.o(.data+0xf7d8): Section mismatch in reference from the variable ahci_highbank_driver to the function .init.text:ahci_highbank_probe()
> The variable ahci_highbank_driver references
> the function __init ahci_highbank_probe()
> If the reference is valid then annotate the
> variable with __init* or __refdata (see linux/init.h) or name the variable:
> *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
>
> Fix it by annotating ahci_highbank_probe as __devinit.
Can this be applied, please?
Regards,
Fabio Estevam
prev parent reply other threads:[~2012-10-18 19:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-07 22:46 [PATCH] ata: sata_highbank: Fix section mismatch Fabio Estevam
2012-10-18 19:12 ` Fabio Estevam [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=CAOMZO5ALzQC8nh_rfPoKZUPcB564tykHb42P_OWPHuFJ_KfUJQ@mail.gmail.com \
--to=festevam@gmail.com \
--cc=fabio.estevam@freescale.com \
--cc=jgarzik@pobox.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rob.herring@calxeda.com \
/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).