]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtd: nand: davinci_nand: correct keystone RBL layout definition
authorKhoronzhuk, Ivan <ivan.khoronzhuk@ti.com>
Mon, 1 Sep 2014 21:20:02 +0000 (00:20 +0300)
committerTom Rini <trini@ti.com>
Thu, 4 Sep 2014 17:06:00 +0000 (13:06 -0400)
commitfc12a1f589ff54abafba42f17649955a1536ee04
treef189e3c5ae175d064b94626e278ae456ea9a0125
parent48ee8d3bb072a4ecf32cef2257e0e35dcf8610f1
mtd: nand: davinci_nand: correct keystone RBL layout definition

In case when 4K page keystone RBL layout is used the compilation
error is appeared. That's because the #ifdef has to be placed under
struct name. This patch correct it.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
drivers/mtd/nand/davinci_nand.c