mtd: nand: remove unnecessary 'extern' from function declarations
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 7 Sep 2016 12:21:42 +0000 (14:21 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Wed, 7 Sep 2016 13:48:49 +0000 (15:48 +0200)
commitae77057af25c2561c73a5a068ee28016a16cd086
tree1ad0c6b736b3fbf4cd009ce0171df67e6e249fe6
parent13683057ec73c404ef7fba5032e71dfd1cc35d5c
mtd: nand: remove unnecessary 'extern' from function declarations

'extern' is not necessary for function declarations. To prevent
people from adding the keyword to new declarations remove the
existing ones.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
include/linux/mtd/nand.h
This page took 0.034114 seconds and 5 git commands to generate.