include/linux/huge_mm.h: remove extern keyword
authorRalph Campbell <rcampbell@nvidia.com>
Tue, 15 Dec 2020 03:11:58 +0000 (19:11 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Dec 2020 20:13:44 +0000 (12:13 -0800)
commitebfe1b8f6ea5d83d8c1aa18ddd8ede432a7414e7
tree78b77f365032ca36e94458d5a63604eff4c765bf
parente5dfacebe4a47fc9e4dd25246ed3599d60122e38
include/linux/huge_mm.h: remove extern keyword

The external function definitions don't need the "extern" keyword.  Remove
them so future changes don't copy the function definition style.

Link: https://lkml.kernel.org/r/20201106235135.32109-1-rcampbell@nvidia.com
Signed-off-by: Ralph Campbell <rcampbell@nvidia.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/huge_mm.h