]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Remove volatile qualifier in get_ram_size() calls
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 3 Jul 2011 05:55:33 +0000 (05:55 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 17 Jul 2011 15:11:53 +0000 (17:11 +0200)
commita55d23ccf6cb90acb9667a46427670add9486aec
tree8662c1e65afc4e07d89914b742ebbdef0b0ff49c
parent930f335592ceba963122122429ab26d94f165cab
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>
27 files changed:
arch/arm/cpu/arm926ejs/orion5x/dram.c
board/BuS/eb_cpux9k2/cpux9k2.c
board/atmel/at91rm9200ek/at91rm9200ek.c
board/davedenx/qong/qong.c
board/davinci/common/misc.c
board/efikamx/efikamx.c
board/eukrea/cpu9260/cpu9260.c
board/eukrea/cpuat91/cpuat91.c
board/freescale/mx31ads/mx31ads.c
board/freescale/mx31pdk/mx31pdk.c
board/freescale/mx51evk/mx51evk.c
board/freescale/mx53ard/mx53ard.c
board/freescale/mx53evk/mx53evk.c
board/freescale/mx53loco/mx53loco.c
board/freescale/mx53smd/mx53smd.c
board/imx31_phycore/imx31_phycore.c
board/karo/tx25/tx25.c
board/keymile/km_arm/km_arm.c
board/logicpd/imx27lite/imx27lite.c
board/logicpd/imx31_litekit/imx31_litekit.c
board/mx1ads/mx1ads.c
board/ronetix/pm9261/pm9261.c
board/ronetix/pm9263/pm9263.c
board/ronetix/pm9g45/pm9g45.c
board/syteco/jadecpu/jadecpu.c
common/memsize.c
include/common.h