Re: [PATCH] tty: serial: msm: Fix section mismatch warning

2014-06-18 Thread Arnd Bergmann
On Tuesday 17 June 2014 14:53:44 Kumar Gala wrote: > > On Jun 3, 2014, at 4:17 PM, Olof Johansson wrote: > > > On Tue, Jun 3, 2014 at 2:14 PM, Greg KH wrote: > >> On Tue, Jun 03, 2014 at 02:04:43PM -0700, Olof Johansson wrote: > >>> On Tue, Jun 3, 2014 at 1:33 PM, Greg KH > >>> wrote: >

Re: [PATCH] tty: serial: msm: Fix section mismatch warning

2014-06-18 Thread Arnd Bergmann
On Tuesday 17 June 2014 14:53:44 Kumar Gala wrote: On Jun 3, 2014, at 4:17 PM, Olof Johansson o...@lixom.net wrote: On Tue, Jun 3, 2014 at 2:14 PM, Greg KH gre...@linuxfoundation.org wrote: On Tue, Jun 03, 2014 at 02:04:43PM -0700, Olof Johansson wrote: On Tue, Jun 3, 2014 at 1:33 PM,

Re: [PATCH] tty: serial: msm: Fix section mismatch warning

2014-06-17 Thread Kumar Gala
On Jun 3, 2014, at 4:17 PM, Olof Johansson wrote: > On Tue, Jun 3, 2014 at 2:14 PM, Greg KH wrote: >> On Tue, Jun 03, 2014 at 02:04:43PM -0700, Olof Johansson wrote: >>> On Tue, Jun 3, 2014 at 1:33 PM, Greg KH wrote: On Tue, Jun 03, 2014 at 03:13:22PM -0500, Kumar Gala wrote: >

Re: [PATCH] tty: serial: msm: Fix section mismatch warning

2014-06-17 Thread Kumar Gala
On Jun 3, 2014, at 4:17 PM, Olof Johansson o...@lixom.net wrote: On Tue, Jun 3, 2014 at 2:14 PM, Greg KH gre...@linuxfoundation.org wrote: On Tue, Jun 03, 2014 at 02:04:43PM -0700, Olof Johansson wrote: On Tue, Jun 3, 2014 at 1:33 PM, Greg KH gre...@linuxfoundation.org wrote: On Tue, Jun 03,

Re: [PATCH] tty: serial: msm: Fix section mismatch warning

2014-06-03 Thread Olof Johansson
On Tue, Jun 3, 2014 at 2:14 PM, Greg KH wrote: > On Tue, Jun 03, 2014 at 02:04:43PM -0700, Olof Johansson wrote: >> On Tue, Jun 3, 2014 at 1:33 PM, Greg KH wrote: >> > On Tue, Jun 03, 2014 at 03:13:22PM -0500, Kumar Gala wrote: >> >> WARNING: drivers/tty/built-in.o(.data+0x3544): Section

Re: [PATCH] tty: serial: msm: Fix section mismatch warning

2014-06-03 Thread Greg KH
On Tue, Jun 03, 2014 at 02:04:43PM -0700, Olof Johansson wrote: > On Tue, Jun 3, 2014 at 1:33 PM, Greg KH wrote: > > On Tue, Jun 03, 2014 at 03:13:22PM -0500, Kumar Gala wrote: > >> WARNING: drivers/tty/built-in.o(.data+0x3544): Section mismatch in > >> reference from the variable

Re: [PATCH] tty: serial: msm: Fix section mismatch warning

2014-06-03 Thread Olof Johansson
On Tue, Jun 3, 2014 at 1:33 PM, Greg KH wrote: > On Tue, Jun 03, 2014 at 03:13:22PM -0500, Kumar Gala wrote: >> WARNING: drivers/tty/built-in.o(.data+0x3544): Section mismatch in >> reference from the variable msm_platform_driver to the function >> .init.text:msm_serial_probe() >> The variable

Re: [PATCH] tty: serial: msm: Fix section mismatch warning

2014-06-03 Thread Greg KH
On Tue, Jun 03, 2014 at 03:13:22PM -0500, Kumar Gala wrote: > WARNING: drivers/tty/built-in.o(.data+0x3544): Section mismatch in > reference from the variable msm_platform_driver to the function > .init.text:msm_serial_probe() > The variable msm_platform_driver references > the function __init

[PATCH] tty: serial: msm: Fix section mismatch warning

2014-06-03 Thread Kumar Gala
WARNING: drivers/tty/built-in.o(.data+0x3544): Section mismatch in reference from the variable msm_platform_driver to the function .init.text:msm_serial_probe() The variable msm_platform_driver references the function __init msm_serial_probe() If the reference is valid then annotate the variable

[PATCH] tty: serial: msm: Fix section mismatch warning

2014-06-03 Thread Kumar Gala
WARNING: drivers/tty/built-in.o(.data+0x3544): Section mismatch in reference from the variable msm_platform_driver to the function .init.text:msm_serial_probe() The variable msm_platform_driver references the function __init msm_serial_probe() If the reference is valid then annotate the variable

Re: [PATCH] tty: serial: msm: Fix section mismatch warning

2014-06-03 Thread Greg KH
On Tue, Jun 03, 2014 at 03:13:22PM -0500, Kumar Gala wrote: WARNING: drivers/tty/built-in.o(.data+0x3544): Section mismatch in reference from the variable msm_platform_driver to the function .init.text:msm_serial_probe() The variable msm_platform_driver references the function __init

Re: [PATCH] tty: serial: msm: Fix section mismatch warning

2014-06-03 Thread Olof Johansson
On Tue, Jun 3, 2014 at 1:33 PM, Greg KH gre...@linuxfoundation.org wrote: On Tue, Jun 03, 2014 at 03:13:22PM -0500, Kumar Gala wrote: WARNING: drivers/tty/built-in.o(.data+0x3544): Section mismatch in reference from the variable msm_platform_driver to the function .init.text:msm_serial_probe()

Re: [PATCH] tty: serial: msm: Fix section mismatch warning

2014-06-03 Thread Greg KH
On Tue, Jun 03, 2014 at 02:04:43PM -0700, Olof Johansson wrote: On Tue, Jun 3, 2014 at 1:33 PM, Greg KH gre...@linuxfoundation.org wrote: On Tue, Jun 03, 2014 at 03:13:22PM -0500, Kumar Gala wrote: WARNING: drivers/tty/built-in.o(.data+0x3544): Section mismatch in reference from the

Re: [PATCH] tty: serial: msm: Fix section mismatch warning

2014-06-03 Thread Olof Johansson
On Tue, Jun 3, 2014 at 2:14 PM, Greg KH gre...@linuxfoundation.org wrote: On Tue, Jun 03, 2014 at 02:04:43PM -0700, Olof Johansson wrote: On Tue, Jun 3, 2014 at 1:33 PM, Greg KH gre...@linuxfoundation.org wrote: On Tue, Jun 03, 2014 at 03:13:22PM -0500, Kumar Gala wrote: WARNING: