summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-omap5/sys_proto.h
diff options
context:
space:
mode:
authorpekon gupta <pekon@ti.com>2013-11-22 16:53:28 +0530
committerScott Wood <scottwood@freescale.com>2014-03-04 17:23:54 -0600
commit51d192c40daa2b58cfc96c772799d9c632df33e3 (patch)
tree818866b4e74cecdbac099e4fb68072ac238e1f82 /arch/arm/include/asm/arch-omap5/sys_proto.h
parenta7e36fc95fa2c915bb95e845c8945ca926575f5b (diff)
downloadtalos-obmc-uboot-51d192c40daa2b58cfc96c772799d9c632df33e3.tar.gz
talos-obmc-uboot-51d192c40daa2b58cfc96c772799d9c632df33e3.zip
mtd: nand: omap: merge duplicate GPMC data from different arch-xx headers into common omap_gpmc.h
Each SoC platform (AM33xx, OMAP3, OMAP4, OMAP5) has its own copy of GPMC related defines and declarations scattered in SoC platform specific header files like include/asm/arch-xx/cpu.h However, GPMC hardware remains same across all platforms thus this patch merges GPMC data scattered across different arch-xx specific header files into single header file include/asm/arch/omap_gpmc.h Build tested using: ./MAKEALL -s am33xx -s omap3 -s omap4 -s omap5 Signed-off-by: Pekon Gupta <pekon@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap5/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-omap5/sys_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap5/sys_proto.h b/arch/arm/include/asm/arch-omap5/sys_proto.h
index 43011a4acd..4247473a66 100644
--- a/arch/arm/include/asm/arch-omap5/sys_proto.h
+++ b/arch/arm/include/asm/arch-omap5/sys_proto.h
@@ -12,6 +12,7 @@
#include <asm/io.h>
#include <asm/arch/clock.h>
#include <asm/omap_common.h>
+#include <asm/omap_gpmc.h>
#include <asm/arch/clock.h>
DECLARE_GLOBAL_DATA_PTR;
OpenPOWER on IntegriCloud