projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baf2a0e
)
ASoC: rt5645: fixed section mismatch
author
Sudip Mukherjee
<sudipm.mukherjee@gmail.com>
Tue, 28 Apr 2015 12:21:41 +0000
(17:51 +0530)
committer
Mark Brown
<broonie@kernel.org>
Tue, 28 Apr 2015 15:49:47 +0000
(16:49 +0100)
while building as a module we are getting warning about
section mismatch.
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5645.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/rt5645.c
b/sound/soc/codecs/rt5645.c
index 2cab2eb0ca7dcf5d62a56d8b95ab63ddd597b4ab..f8a818b9ebb65a8c00453804badfca97b5fa3448 100644
(file)
--- a/
sound/soc/codecs/rt5645.c
+++ b/
sound/soc/codecs/rt5645.c
@@
-2685,7
+2685,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,