<html><head/><body><html><head></head><body>There's already a fix in flight for this.<br>
<br>
Rob<br><br><div class="gmail_quote">Grant Likely <grant.likely@secretlab.ca> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre style="white-space: pre-wrap; word-wrap:break-word; font-family: monospace; margin-top: 0px">On Oct 7, 2012 3:05 PM, "Sami Kerola" <kerolasa@iki.fi> wrote:<br /><br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;">FYI maintainers,<br /><br />I tried to compile linus git kernel (v3.6-7996-g0b8e74c) and got<br />mismatch warning. I am not sure, but the warning might have something<br />to do config option CONFIG_OPTIMIZE_INLINING=y. Here are the<br />interesting lines from compilation attempt.<br /><br />WARNING: drivers/ata/sata_highbank.o(.data+0x0): Section mismatch in<br />reference from the variable ahci_highbank_driver to the function<br />.init.text:ahci_highbank_probe()<br />The variable ahci_highbank_driver references<br />the function __init ahci_highbank_probe()<br />If the reference is valid then annotate the<br />variable with __init* or __refdata (see linux/init.h) or name the variab
 le:<br
/>*_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console</blockquote><br />This error means that the _probe and _release hooks need to be changed<br />from __init to __devinit and __exit to __devexit.<br /><br />g.<br /></pre></blockquote></div></body></html></body></html>