Skip to content
Snippets Groups Projects
Commit a55d23cc authored by Albert ARIBAUD's avatar Albert ARIBAUD
Browse files

Remove volatile qualifier in get_ram_size() calls


Checkpatch.pl complains about the volatile qualifier in calls to
get_ram_size(). Remove this qualifier in the prototype and in the
calls where it is useless, and leave it only in the function body
where it is needed.

Signed-off-by: default avatarAlbert ARIBAUD <albert.u.boot@aribaud.net>
parent 930f3355
No related branches found
No related tags found
No related merge requests found
Showing
with 28 additions and 28 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment