diff options
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 9f606df518..d5f11e42f0 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; |