commit | a55d23ccf6cb90acb9667a46427670add9486aec | [log] [tgz] |
---|---|---|
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sun Jul 03 05:55:33 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sun Jul 17 17:11:53 2011 +0200 |
tree | 8662c1e65afc4e07d89914b742ebbdef0b0ff49c | |
parent | 930f335592ceba963122122429ab26d94f165cab [diff] |
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: Albert ARIBAUD <albert.u.boot@aribaud.net>