md/raid5-log: Drop extern decorators for function prototypes
authorLogan Gunthorpe <logang@deltatee.com>
Wed, 8 Jun 2022 16:27:47 +0000 (10:27 -0600)
committerSong Liu <song@kernel.org>
Sun, 3 Jul 2022 14:55:36 +0000 (07:55 -0700)
commit59c0b25533f0734962462b559ddc49378d2ffb65
tree9bcd8bc3f0abdab97bbec5eabcb68a3df5d480e0
parent1c3d54037780df2128024b64b7543136a90472b3
md/raid5-log: Drop extern decorators for function prototypes

extern is not necessary and recommended against when defining prototype
functions in headers. checkpatch.pl complains about these. So remove
them.

Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Song Liu <song@kernel.org>
drivers/md/raid5-log.h