Re: [PATCH] mtd: nand: remove unnecessary extern from driver headers

2017-11-30 Thread Boris Brezillon
On Thu, 23 Nov 2017 22:18:43 +0900 Masahiro Yamada wrote: > '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 Applied. Thanks, Boris > > Signed-off-by: Masa

[PATCH] mtd: nand: remove unnecessary extern from driver headers

2017-11-23 Thread Masahiro Yamada
'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 --- drivers/mtd/nand/denali.h | 4 +-- drivers/mtd/nand/gpmi-nand/gpmi-n