summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/immap_85xx.h
diff options
context:
space:
mode:
authorYork Sun <yorksun@freescale.com>2013-10-22 12:39:02 -0700
committerYork Sun <yorksun@freescale.com>2013-11-25 11:43:47 -0800
commit0b66513b2706e941b55ffc6ad5aa011e10e87960 (patch)
treee4b5097ccb350561124177b8f03cf9e643a08899 /arch/powerpc/include/asm/immap_85xx.h
parent00ec3fd21170e463e29723976d37f8ea2316f168 (diff)
downloadu-boot-imx-0b66513b2706e941b55ffc6ad5aa011e10e87960.zip
u-boot-imx-0b66513b2706e941b55ffc6ad5aa011e10e87960.tar.gz
u-boot-imx-0b66513b2706e941b55ffc6ad5aa011e10e87960.tar.bz2
Driver/IFC: Move Freescale IFC driver to a common driver
Freescale IFC controller has been used for mpc8xxx. It will be used for ARM-based SoC as well. This patch moves the driver to driver/misc and fix the header file includes. Signed-off-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/powerpc/include/asm/immap_85xx.h')
-rw-r--r--arch/powerpc/include/asm/immap_85xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/immap_85xx.h b/arch/powerpc/include/asm/immap_85xx.h
index 80817dc..9b386ee 100644
--- a/arch/powerpc/include/asm/immap_85xx.h
+++ b/arch/powerpc/include/asm/immap_85xx.h
@@ -15,7 +15,7 @@
#include <asm/types.h>
#include <asm/fsl_dma.h>
#include <asm/fsl_i2c.h>
-#include <asm/fsl_ifc.h>
+#include <fsl_ifc.h>
#include <asm/fsl_lbc.h>
#include <asm/fsl_fman.h>
#include <fsl_immap.h>