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

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 p...@pwsan.com wrote: Fix the following section mismatch warning when building omap2plus_defconfig: WARNING:

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 instead, if

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 p...@pwsan.com 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:

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 p...@pwsan.com 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

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 p...@pwsan.com 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()