commit | 2eda892f00fbcf46143326f72e8ac5b472bd225a | [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 | 6aff05098864233caf9d24cb020e67b00ada4e3e [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>