Commit 50ca18e6 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

msm: memory: Fix section mismatch warning



WARNING: vmlinux.o(.text+0x16eb8): Section mismatch in reference
from the function alloc_bootmem_aligned() to the function
.init.text:__alloc_bootmem()
The function alloc_bootmem_aligned() references
the function __init __alloc_bootmem().
This is often because alloc_bootmem_aligned lacks a __init
annotation or the annotation of __alloc_bootmem is wrong.

Change-Id: Ib9786b5a9d405854c9f6df57b7711b5b03e6fcc9
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 83397213
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment