summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Liangjun <b36089@freescale.com>2012-09-05 16:45:18 +0800
committerJason Liu <r64343@freescale.com>2012-09-06 22:17:55 +0800
commit8fb612fc7d41ab7ea143b092ae55695d5f2b438e (patch)
treef8d384e3084c21c459d1f629704c6cab585fd4e3
parent526d525f42e0e76edf02b1e8edbdef972838520c (diff)
ENGR00223103 ESAI ASRC: clean build warning
BUILD WARNING: WARNING: arch/arm/mach-mx6/built-in.o(.data+0x7e44): Section mismatch in reference from the variable sab_audio_data to the (unknown reference) .init.rodata:(unknown) The variable sab_audio_data references the (unknown reference) __initconst (unknown) If the reference is valid then annotate the variable with __init* or __refdata (see linux/init.h) or name the variable: *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console In this patch, remove esai_p2p struct with init attribute. Signed-off-by: Chen Liangjun <b36089@freescale.com>
-rw-r--r--arch/arm/mach-mx6/board-mx6q_arm2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/board-mx6q_arm2.c b/arch/arm/mach-mx6/board-mx6q_arm2.c
index 29911a232de2..81612e5dfe1d 100644
--- a/arch/arm/mach-mx6/board-mx6q_arm2.c
+++ b/arch/arm/mach-mx6/board-mx6q_arm2.c
@@ -1562,7 +1562,7 @@ static const struct pm_platform_data mx6_arm2_pm_data __initconst = {
.suspend_exit = arm2_suspend_exit,
};
-static const struct asrc_p2p_params esai_p2p __initconst = {
+static const struct asrc_p2p_params esai_p2p = {
.p2p_rate = 44100,
.p2p_width = ASRC_WIDTH_24_BIT,
};