]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MPC832XEMDS: fix pci.c build warning
authorWolfgang Denk <wd@denx.de>
Sat, 16 Oct 2010 16:07:07 +0000 (18:07 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 18 Oct 2010 19:50:24 +0000 (21:50 +0200)
commitae188d48ec80d0aa5cacb2b1f3b0137a388bc776
tree616a6373b1bc5c36d7b94a48e8737ef5d0a84070
parent059e77824695f4b8ef3b6e38308fa0168433a41d
MPC832XEMDS: fix pci.c build warning

Doubled use of DECLARE_GLOBAL_DATA_PTR caused compile warning:

pci.c:71: warning: register used for two global register variables

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Kim Phillips <kim.phillips@freescale.com>
board/freescale/mpc832xemds/pci.c