include/linux/huge_mm.h: remove extern keyword
authorRalph Campbell <rcampbell@nvidia.com>
Tue, 15 Dec 2020 03:11:58 +0000 (19:11 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jul 2021 14:56:51 +0000 (16:56 +0200)
commit555dffa4842b8df0d144d1862500ea5503c19209
tree89f06a7a797bb813b74786008fa123bdc0cab963
parentebd6a295b580cd793a6d0c09b1ea81b718dc2dec
include/linux/huge_mm.h: remove extern keyword

[ Upstream commit ebfe1b8f6ea5d83d8c1aa18ddd8ede432a7414e7 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/linux/huge_mm.h