Re: [alsa-devel] [PATCH] ASoC: rt5645: fix build warning

2015-10-08 Thread Jarkko Nikula
On 10/08/2015 11:55 AM, Sudip Mukherjee wrote: On Wed, Oct 07, 2015 at 03:05:27PM +0100, Mark Brown wrote: On Wed, Oct 07, 2015 at 05:52:12PM +0530, Sudip Mukherjee wrote: We were getting build warning about "Section mismatch". dmi_platform_intel_broadwell is being referenced from the probe fun

Re: [PATCH] ASoC: rt5645: fix build warning

2015-10-08 Thread Sudip Mukherjee
On Wed, Oct 07, 2015 at 03:05:27PM +0100, Mark Brown wrote: > On Wed, Oct 07, 2015 at 05:52:12PM +0530, Sudip Mukherjee wrote: > > We were getting build warning about "Section mismatch". > > dmi_platform_intel_broadwell is being referenced from the probe function > > rt5645_i2c_probe(), but dmi_pla

Re: [PATCH] ASoC: rt5645: fix build warning

2015-10-07 Thread Mark Brown
On Wed, Oct 07, 2015 at 05:52:12PM +0530, Sudip Mukherjee wrote: > We were getting build warning about "Section mismatch". > dmi_platform_intel_broadwell is being referenced from the probe function > rt5645_i2c_probe(), but dmi_platform_intel_broadwell was marked with > __initdata. > > Signed-off-

[PATCH] ASoC: rt5645: fix build warning

2015-10-07 Thread Sudip Mukherjee
We were getting build warning about "Section mismatch". dmi_platform_intel_broadwell is being referenced from the probe function rt5645_i2c_probe(), but dmi_platform_intel_broadwell was marked with __initdata. Signed-off-by: Sudip Mukherjee --- sound/soc/codecs/rt5645.c | 2 +- 1 file changed, 1