]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite01f6f1806f03cd82ea9d4ddc504613c693df346
tree78b77f365032ca36e94458d5a63604eff4c765bf
parent5811aca518330333a6779b5413abb39aec01da4c
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