diff options
| author | Kumar Gala <galak@kernel.crashing.org> | 2009-04-02 13:22:48 -0500 | 
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2009-04-04 10:21:29 -0500 | 
| commit | c8514622e2713d9c47919acfe23fce386782afe7 (patch) | |
| tree | 5dad403053dc7d8cec8208247f7984015acc0a24 /drivers/pci/fsl_pci_init.c | |
| parent | 453c0d7558215cbc8636d94af172886d84e0dbba (diff) | |
| download | olio-uboot-2014.01-c8514622e2713d9c47919acfe23fce386782afe7.tar.xz olio-uboot-2014.01-c8514622e2713d9c47919acfe23fce386782afe7.zip | |
fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h
Rename the pci header for FSL HW so we can move some prototypes
in there and stop doing explicit externs
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'drivers/pci/fsl_pci_init.c')
| -rw-r--r-- | drivers/pci/fsl_pci_init.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/pci/fsl_pci_init.c b/drivers/pci/fsl_pci_init.c index 20b2dcc76..19cf1ce1a 100644 --- a/drivers/pci/fsl_pci_init.c +++ b/drivers/pci/fsl_pci_init.c @@ -35,7 +35,7 @@ DECLARE_GLOBAL_DATA_PTR;   */  #include <pci.h> -#include <asm/immap_fsl_pci.h> +#include <asm/fsl_pci.h>  /* Freescale-specific PCI config registers */  #define FSL_PCI_PBFR		0x44 |