[PATCH] MFD: TWL/TPS: fix twl_probe section mismatch warning in mfd/twl-core.c

2010-12-06 Thread Paul Walmsley
Fix the following section mismatch warning when building omap2plus_defconfig: WARNING: vmlinux.o(.data+0x47d7c): Section mismatch in reference from the variable twl_driver to the function .init.text:twl_probe() Signed-off-by: Paul Walmsley Cc: Samuel Ortiz --- drivers/mfd/twl-core.c |2 +

[PATCH] MFD: TWL/TPS: fix twl_probe section mismatch warning in mfd/twl-core.c

2010-12-07 Thread Bryan Wu
Fix the following section mismatch warning when building omap2plus_defconfig: WARNING: vmlinux.o(.data+0x47d7c): Section mismatch in reference from the variable twl_driver to the function .init.text:twl_probe() Signed-off-by: Bryan Wu Signed-off-by: Paul Walmsley --- drivers/mfd/twl-core.c |

Re: [PATCH] MFD: TWL/TPS: fix twl_probe section mismatch warning in mfd/twl-core.c

2010-12-06 Thread Paul Walmsley
On Tue, 7 Dec 2010, Bryan Wu wrote: > On Tue, Dec 7, 2010 at 8:35 AM, Paul Walmsley wrote: > > > > Fix the following section mismatch warning when building > > omap2plus_defconfig: > > > > WARNING: vmlinux.o(.data+0x47d7c): Section mismatch in reference from the > > variable twl_driver to the f

Re: [PATCH] MFD: TWL/TPS: fix twl_probe section mismatch warning in mfd/twl-core.c

2010-12-06 Thread Bryan Wu
On Tue, Dec 7, 2010 at 8:35 AM, Paul Walmsley wrote: > > Fix the following section mismatch warning when building omap2plus_defconfig: > > WARNING: vmlinux.o(.data+0x47d7c): Section mismatch in reference from the > variable twl_driver to the function .init.text:twl_probe() > > Signed-off-by: Paul

Re: [PATCH] MFD: TWL/TPS: fix twl_probe section mismatch warning in mfd/twl-core.c

2010-12-07 Thread Samuel Ortiz
Hi Paul, On Mon, Dec 06, 2010 at 06:40:38PM -0700, Paul Walmsley wrote: > On Tue, 7 Dec 2010, Bryan Wu wrote: > > > On Tue, Dec 7, 2010 at 8:35 AM, Paul Walmsley wrote: > > > > > > Fix the following section mismatch warning when building > > > omap2plus_defconfig: > > > > > > WARNING: vmlinux.o

Re: [PATCH] MFD: TWL/TPS: fix twl_probe section mismatch warning in mfd/twl-core.c

2010-12-07 Thread Paul Walmsley
Hello Samuel, On Tue, 7 Dec 2010, Samuel Ortiz wrote: > On Mon, Dec 06, 2010 at 06:40:38PM -0700, Paul Walmsley wrote: > > > > That's fine with me. Samuel et al, Bryan's already done a patch > > for this stuff: > > > > https://patchwork.kernel.org/patch/367011/ > > > > so we should use that

Re: [PATCH] MFD: TWL/TPS: fix twl_probe section mismatch warning in mfd/twl-core.c

2010-12-07 Thread Bryan Wu
On Wed, Dec 8, 2010 at 12:12 AM, Paul Walmsley wrote: > Hello Samuel, > > On Tue, 7 Dec 2010, Samuel Ortiz wrote: > >> On Mon, Dec 06, 2010 at 06:40:38PM -0700, Paul Walmsley wrote: >> > >> > That's fine with me.  Samuel et al, Bryan's already done a patch >> > for this stuff: >> > >> > https://pa

Re: [PATCH] MFD: TWL/TPS: fix twl_probe section mismatch warning in mfd/twl-core.c

2010-12-09 Thread Samuel Ortiz
Hi Bryan, On Wed, Dec 08, 2010 at 10:42:04AM +0800, Bryan Wu wrote: > Fix the following section mismatch warning when building omap2plus_defconfig: > > WARNING: vmlinux.o(.data+0x47d7c): Section mismatch in reference from the > variable twl_driver to the function .init.text:twl_probe() > Patch