]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: onenand/samsung: make regs-onenand.h file local
authorArnd Bergmann <arnd@arndb.de>
Tue, 5 Mar 2013 11:14:17 +0000 (12:14 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 19 Apr 2013 11:51:24 +0000 (13:51 +0200)
commitf700016dfad6a53b03e71ef6cb887f142928b74c
tree33ebaa9623250d9a5ab243c5f030cd30cce35ba3
parentf409e1a9304c74f534c5c3f6abe70bea7f1b01a3
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>
arch/arm/plat-samsung/include/plat/regs-onenand.h [deleted file]
drivers/mtd/onenand/samsung.c
drivers/mtd/onenand/samsung.h [new file with mode: 0644]