Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mmc: davinci: remove extraneous __init annotation
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 <[email protected]> Acked-by: Wolfram Sang <[email protected]> Reviewed-by: Nathan Chancellor <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
- Loading branch information