]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mtd: nand: denali: remove redundant define of BANK(x)
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 22 Mar 2017 20:07:03 +0000 (05:07 +0900)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Fri, 24 Mar 2017 08:51:30 +0000 (09:51 +0100)
commit6b2fc9d495aeaad4116827fc21433c85f82a134a
tree19c90c375f0715b08e7a9df7e1058dc0df480070
parent357cc408a4009c0d118b684e4865f85694ebc68c
mtd: nand: denali: remove redundant define of BANK(x)

This macro is defined twice in denali.c (around line 98 and
line 651), so remove the second one.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/denali.c