]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
arch/powerpc/cpu/mpc8xxx/ddr/options.c: Fix GCC 4.6 build warning
authorKumar Gala <galak@kernel.crashing.org>
Wed, 9 Nov 2011 16:05:21 +0000 (10:05 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 11 Nov 2011 13:49:01 +0000 (07:49 -0600)
commit667bc17e07e0675164e0291c3bdbd7866de0248c
tree29bb8ee2b513b13b5199ce4a05959b85642483b8
parent9cc971b90fd8ed221632da2ae2812f368a2a507d
arch/powerpc/cpu/mpc8xxx/ddr/options.c: Fix GCC 4.6 build warning

Fix:

options.c: In function 'populate_memctl_options':
options.c:486:28: warning: variable 'pdodt' set but not used [-Wunused-but-set-variable]

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/cpu/mpc8xxx/ddr/options.c