commit | 7105abddcae18ad3e0b9507d2452c7df87afeeb7 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Jul 10 11:38:26 2008 +0200 |
committer | Stefan Roese <sr@denx.de> | Fri Jul 11 15:07:23 2008 +0200 |
tree | f80a28a4b46da90a407216f554e9a1cd090f0128 | |
parent | 12cec0a72bb0de6f98c7b5b061a5fb5ec76268ea [diff] |
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>