]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00223103 ESAI ASRC: clean build warning
authorChen Liangjun <b36089@freescale.com>
Wed, 5 Sep 2012 08:45:18 +0000 (16:45 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:23 +0000 (08:35 +0200)
commit6bc2691dc51c6e8ae05a4ac3371e74c2bb8be0bc
treefdb2e6613f763a4c4fe09926ae09038c9f3d37aa
parent9e9df451418bcc9e12402a39350df1eca08d20ad
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>
arch/arm/mach-mx6/board-mx6q_arm2.c