Message ID | 1430223701-21569-1-git-send-email-sudipm.mukherjee@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | c0d44e59c2bedf81e620f5eb31eb9d4dc6219ad2 |
Headers | show |
On Tue, Apr 28, 2015 at 05:51:41PM +0530, Sudip Mukherjee wrote: > while building as a module we are getting warning about > section mismatch. Applied, thanks.
diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index 14570b3..0ed79ca 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c @@ -2684,7 +2684,7 @@ static int strago_quirk_cb(const struct dmi_system_id *id) return 1; } -static struct dmi_system_id dmi_platform_intel_braswell[] __initdata = { +static struct dmi_system_id dmi_platform_intel_braswell[] = { { .ident = "Intel Strago", .callback = strago_quirk_cb,
while building as a module we are getting warning about section mismatch. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> --- sound/soc/codecs/rt5645.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)