VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Mike Rapoport <rppt@linux.ibm.com> 2021-09-02 15:00:26 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-09-03 09:58:17 -0700 commit: a7259df7670240ee03b0cfce8a3e5d3773911e24 parent: 38b031dd4d03542d963eebe600d67ea34f47eb65
Commit Summary:
memblock: make memblock_find_in_range method private
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/mm/memblock.c b/mm/memblock.c
index a69449bffc8d..e6b4654f9dfd 100644
--- a/mm/memblock.c
+++ b/mm/memblock.c
@@ -315,7 +315,7 @@ static phys_addr_t __init_memblock memblock_find_in_range_node(phys_addr_t size,
  * Return:
  * Found address on success, 0 on failure.
  */
-phys_addr_t __init_memblock memblock_find_in_range(phys_addr_t start,
+static phys_addr_t __init_memblock memblock_find_in_range(phys_addr_t start,
 					phys_addr_t end, phys_addr_t size,
 					phys_addr_t align)
 {