diff options
| author | Grant Likely <grant.likely@secretlab.ca> | 2007-11-20 08:19:56 -0700 | 
|---|---|---|
| committer | Grant Likely <grant.likely@secretlab.ca> | 2007-11-20 08:19:56 -0700 | 
| commit | f92edbd8a0ef16a2b9127cbb564c09685728e4b0 (patch) | |
| tree | ae33aacff092561e2c64eabc11a8adc5e2acea6b /drivers/tsi108_pci.c | |
| parent | efe33035acd5f7c13963a4d52e5aac1b68612ae4 (diff) | |
| parent | 9a337ddc154a10a26f117fd147b009abcdeba75a (diff) | |
| download | olio-uboot-2014.01-f92edbd8a0ef16a2b9127cbb564c09685728e4b0.tar.xz olio-uboot-2014.01-f92edbd8a0ef16a2b9127cbb564c09685728e4b0.zip  | |
Merge branch 'origin' into kconfig-for-1.3.1
Diffstat (limited to 'drivers/tsi108_pci.c')
| -rw-r--r-- | drivers/tsi108_pci.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/tsi108_pci.c b/drivers/tsi108_pci.c index 9f606df51..d5f11e42f 100644 --- a/drivers/tsi108_pci.c +++ b/drivers/tsi108_pci.c @@ -33,6 +33,9 @@  #include <pci.h>  #include <asm/io.h>  #include <tsi108.h> +#ifdef CONFIG_OF_FLAT_TREE +#include <ft_build.h> +#endif  struct pci_controller local_hose;  |