Files
linux/drivers/mmc/host
Arnd Bergmann 9f71ad3e33 mmc: davinci: remove extraneous __init annotation
[ Upstream commit 9ce58dd7d9 ]

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>
2019-04-20 09:07:47 +02:00
..
2019-03-27 14:13:01 +09:00
2015-06-01 09:06:48 +02:00
2016-09-26 21:31:33 +02:00
2017-03-30 09:41:24 +02:00
2015-10-26 15:59:53 +01:00
2015-03-23 14:13:49 +01:00