aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/intel/boards
diff options
context:
space:
mode:
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>2016-08-16 18:28:21 -0500
committerMark Brown <broonie@kernel.org>2016-08-17 10:32:11 +0100
commitcac17731df11e076850c46f50a17266181a10b7c (patch)
treed6d7697a9ec129f1fe1dcc1db6df745e36c13b31 /sound/soc/intel/boards
parentASoC: Intel: bytcr_rt5640: log quirks (diff)
downloadwireguard-linux-cac17731df11e076850c46f50a17266181a10b7c.tar.xz
wireguard-linux-cac17731df11e076850c46f50a17266181a10b7c.zip
ASoC: Intel: atom: fix 0-day warnings
spurious __initconst copy/pasted from other drivers Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/boards')
-rw-r--r--sound/soc/intel/boards/bytcr_rt5640.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/boards/bytcr_rt5640.c b/sound/soc/intel/boards/bytcr_rt5640.c
index 09ec3d718357..254881594c36 100644
--- a/sound/soc/intel/boards/bytcr_rt5640.c
+++ b/sound/soc/intel/boards/bytcr_rt5640.c
@@ -668,7 +668,7 @@ static char byt_rt5640_cpu_dai_name[10]; /* = "ssp[0|2]-port" */
static bool is_valleyview(void)
{
- static const struct x86_cpu_id cpu_ids[] __initconst = {
+ static const struct x86_cpu_id cpu_ids[] = {
{ X86_VENDOR_INTEL, 6, 55 }, /* Valleyview, Bay Trail */
{}
};