diff options
| author | Stefan Roese <sr@denx.de> | 2008-04-28 11:37:14 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-04-28 12:07:15 +0200 |
| commit | 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115 (patch) | |
| tree | c9e9c956c36d72282e17d99f79f4da4eb3d46c70 | |
| parent | 7602ed50a2f0ef3dc8d7da93f116de50288f5b59 (diff) | |
| download | olio-uboot-2014.01-5cd0130ecc79d6dcde1b1ac253abc457ca8c3115.tar.xz olio-uboot-2014.01-5cd0130ecc79d6dcde1b1ac253abc457ca8c3115.zip | |
ppc4xx: Fix compile warning of hcu4 board
Signed-off-by: Stefan Roese <sr@denx.de>
| -rw-r--r-- | include/asm-ppc/4xx_pcie.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc/4xx_pcie.h b/include/asm-ppc/4xx_pcie.h index 539869683..a7cf1e8f5 100644 --- a/include/asm-ppc/4xx_pcie.h +++ b/include/asm-ppc/4xx_pcie.h @@ -12,6 +12,7 @@ #define __4XX_PCIE_H #include <ppc4xx.h> +#include <pci.h> #define DCRN_SDR0_CFGADDR 0x00e #define DCRN_SDR0_CFGDATA 0x00f |