commit | 93115b7fa8f4090ecbf247b29992a9454d4f9c22 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Mar 05 12:14:17 2013 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Apr 19 13:51:24 2013 +0200 |
tree | 33ebaa9623250d9a5ab243c5f030cd30cce35ba3 | |
parent | 040f30f34f4ac6fe226992962b1f4b789a7aa551 [diff] |
mtd: onenand/samsung: make regs-onenand.h file local Nothing uses the NAND register definitions other than the actual driver, so we can move the header file into the same local directory, which lets us build it in a multiplatform configuration. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Kyungmin Park <kyungmin.park@samsung.com> Cc: linux-mtd@lists.infradead.org Cc: David Woodhouse <dwmw2@infradead.org>