diff options
author | 2010-05-12 17:37:08 +0200 | |
---|---|---|
committer | 2010-07-16 22:01:24 -0400 | |
commit | d9ad1401280c5ca48075b1960b1602037e110cb7 (patch) | |
tree | 21da04c26f5bd17bbe59f5f34e8c94543460d40d /kernel/mutex.c | |
parent | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip (diff) | |
download | linux-dev-d9ad1401280c5ca48075b1960b1602037e110cb7.tar.xz linux-dev-d9ad1401280c5ca48075b1960b1602037e110cb7.zip |
[ARM] qnap tsx1x: fix section mismatch
Fix the following warning :
WARNING: vmlinux.o(.text+0x95a0): Section mismatch in reference from the
function qnap_tsx1x_register_flash() to the (unknown reference) .init.data:(unknown)
The function qnap_tsx1x_register_flash() references
the (unknown reference) __initdata (unknown).
This is often because qnap_tsx1x_register_flash lacks a __initdata
annotation or the annotation of (unknown) is wrong.
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
Diffstat (limited to 'kernel/mutex.c')
0 files changed, 0 insertions, 0 deletions