mtd: nand: remove unnecessary extern from driver headers
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 23 Nov 2017 13:18:43 +0000 (22:18 +0900)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Thu, 30 Nov 2017 21:32:49 +0000 (22:32 +0100)
commitc9e916a4b462104cdd463b8749cf1345f3ad0577
treefeeb08ca462507844ac1e94d91e613ec8abe2874
parentbccb06c353af3764ca86d9da47652458e6c2eb41
mtd: nand: remove unnecessary extern from driver headers

'extern' is not necessary for function declarations.

scripts/checkpatch.pl with --strict option reports the following:

  CHECK: extern prototypes should be avoided in .h files

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