Re: Section mismatch in drivers/usb/gadget/fotg210-udc.c

2013-07-03 Thread Paul Gortmaker
On Wed, Jul 3, 2013 at 1:00 PM, Paul Gortmaker
paul.gortma...@windriver.com wrote:
 On Wed, Jun 19, 2013 at 4:06 PM, Paul Gortmaker
 paul.gortma...@windriver.com wrote:
 Hi guys,

 This was seen on a linux-next (Jun18th tree) allmodconfig build:

 WARNING: drivers/usb/gadget/fotg210-udc.o(.data+0x0): Section mismatch in 
 reference from the variable fotg210_driver to the function 
 .init.text:fotg210_udc_probe()
 The variable fotg210_driver references
 the function __init fotg210_udc_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

 Hi,

 Wondering if this fell through the cracks?   I recall the fix being discussed,
 but yet I'm still seeing the problem when I build today's linux-next, and the
 merge window has already opened on Monday.

I guess Yuan-Hsin isn't even able to see these mails; I'm getting a
rather odd bounce message:

-
Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the
server for the recipient domain faraday-tech.com by
mailhost1.faraday-tech.com. [210.59.249.140].

The error that the other server returned was:
553 5.1.3 yhc...@faraday-tech.com... Check FTC account failure!
-

I've no idea what that means, other than the fix will probably have to
come from someone other than Yuan-Hsin...

Paul.
--


 Paul.
 --



 Paul.
 --
 To unsubscribe from this list: send the line unsubscribe linux-next in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Section mismatch in drivers/usb/gadget/fotg210-udc.c

2013-06-19 Thread Paul Gortmaker
Hi guys,

This was seen on a linux-next (Jun18th tree) allmodconfig build:

WARNING: drivers/usb/gadget/fotg210-udc.o(.data+0x0): Section mismatch in 
reference from the variable fotg210_driver to the function 
.init.text:fotg210_udc_probe()
The variable fotg210_driver references
the function __init fotg210_udc_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

Paul.
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html