]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arch/powerpc/cpu/mpc8xxx/fsl_lbc.c: Fix GCC 4.6 build warning
authorKumar Gala <galak@kernel.crashing.org>
Wed, 9 Nov 2011 16:00:23 +0000 (10:00 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 11 Nov 2011 13:48:59 +0000 (07:48 -0600)
commite55d637a5f0aff493d6fa2af96ff31cd193b2822
treef451536a17e69ed01d359ab5046ff2669a5b0dd0
parent3d6d9c3116a93d49a764f65df6d3718aa356f436
arch/powerpc/cpu/mpc8xxx/fsl_lbc.c: Fix GCC 4.6 build warning

Fix:

fsl_lbc.c: In function 'upmconfig':
fsl_lbc.c:110:9: warning: variable 'mdr' set but not used [-Wunused-but-set-variable]

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