commit | 7295fe8921ffd921667e42af6b28b0614c1a869e | [log] [tgz] |
---|---|---|
author | pekon gupta <pekon@ti.com> | Fri Nov 22 16:53:30 2013 +0530 |
committer | Scott Wood <scottwood@freescale.com> | Tue Mar 04 17:23:54 2014 -0600 |
tree | 3948bfa13bcd2a81c634dfa32b4ee96980626bd8 | |
parent | 5bbb099d4a3f79b96036406159b38ac164114b0c [diff] |
mtd: nand: omap: move omap_elm.h from arch/arm/include/asm to drivers/mtd/nand omap_elm.h is a generic header used by OMAP ELM 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>