diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-03-07 13:10:11 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-20 10:15:00 +0300 |
commit | eebec30d6b7ae4d60b1002e4dc31ffec38a0d4a5 (patch) | |
tree | 21e9bee1568f7bbee49fa42369e469cc3ee4cae2 /sound | |
parent | e04dc07f620a11d73b201cb4d7bb4712c607856d (diff) | |
download | linux-eebec30d6b7ae4d60b1002e4dc31ffec38a0d4a5.tar.xz |
mmc: davinci: remove extraneous __init annotation
[ Upstream commit 9ce58dd7d9da3ca0d7cb8c9568f1c6f4746da65a ]
Building with clang finds a mistaken __init tag:
WARNING: vmlinux.o(.text+0x5e4250): Section mismatch in reference from the function davinci_mmcsd_probe() to the function .init.text:init_mmcsd_host()
The function davinci_mmcsd_probe() references
the function __init init_mmcsd_host().
This is often because davinci_mmcsd_probe lacks a __init
annotation or the annotation of init_mmcsd_host is wrong.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions