diff options
author | Sudip Mukherjee <sudip@vectorindia.org> | 2014-11-18 13:12:54 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-18 16:40:18 +0100 |
commit | a5a267cf9ca9937b0ef946b502657ae7638282f6 (patch) | |
tree | 15fefac2dbb483ef580c7b84cb9756192eb4539e /Documentation/s390 | |
parent | ASoC: rt286: fix comment style (diff) | |
download | linux-a5a267cf9ca9937b0ef946b502657ae7638282f6.tar.xz linux-a5a267cf9ca9937b0ef946b502657ae7638282f6.zip |
ASoC: rt286: build warning of section mismatch
while building we were getting the following build warning:
Section mismatch in reference from the function rt286_i2c_probe()
to the variable .init.data:force_combo_jack_table
The function rt286_i2c_probe() references
the variable __initdata force_combo_jack_table.
This is often because rt286_i2c_probe lacks a __initdata
annotation or the annotation of force_combo_jack_table is wrong.
we were getting the warning as force_combo_jack_table was marked
with __initdata
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/s390')
0 files changed, 0 insertions, 0 deletions