]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtd: nand: omap: move omap_gpmc.h from arch/arm/include/asm to drivers/mtd/nand
authorpekon gupta <pekon@ti.com>
Fri, 22 Nov 2013 11:23:29 +0000 (16:53 +0530)
committerScott Wood <scottwood@freescale.com>
Tue, 4 Mar 2014 23:23:54 +0000 (17:23 -0600)
commit6aff05098864233caf9d24cb020e67b00ada4e3e
tree5cd70418a328345efc36a0bf6fd108d1935a370c
parent51d192c40daa2b58cfc96c772799d9c632df33e3
mtd: nand: omap: move omap_gpmc.h from arch/arm/include/asm to drivers/mtd/nand

omap_gpmc.h is a generic header used by OMAP NAND driver for all TI platfoms.
Hence this file should be present in generic folder instead of architecture
specific include folder.
Build tested using: ./MAKEALL -s am33xx -s omap3 -s omap4 -s omap5

Signed-off-by: Pekon Gupta <pekon@ti.com>
arch/arm/include/asm/arch-am33xx/sys_proto.h
arch/arm/include/asm/arch-omap3/sys_proto.h
arch/arm/include/asm/arch-omap4/sys_proto.h
arch/arm/include/asm/arch-omap5/sys_proto.h
board/isee/igep00x0/igep00x0.c
board/overo/overo.c
drivers/mtd/nand/omap_elm.c
drivers/mtd/nand/omap_gpmc.c
include/linux/mtd/omap_gpmc.h [moved from arch/arm/include/asm/omap_gpmc.h with 100% similarity]