]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/powerpc/cpu/ppc4xx/4xx_pcie.c
ppc4xx: Fix include sequence in 4xx_pcie.c
authorStefan Roese <sr@denx.de>
Thu, 10 Jul 2008 09:38:26 +0000 (11:38 +0200)
committerStefan Roese <sr@denx.de>
Fri, 11 Jul 2008 13:07:23 +0000 (15:07 +0200)
commitb578fb471444cbd7db1285701ba51343baaf73fb
treef80a28a4b46da90a407216f554e9a1cd090f0128
parent9b55a2536919f4de1bb1044e6eb8262c2f53bc96
ppc4xx: Fix include sequence in 4xx_pcie.c

This patch now moves common.h to the top of the inlcude list. This
is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
the phys_size_t/phys_addr_t are defined to the correct size in this
driver.

Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/4xx_pcie.c