mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	make __vmalloc_area_node() static
__vmalloc_area_node() can become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
		
							parent
							
								
									625d9573d0
								
							
						
					
					
						commit
						e31d9eb5c1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -463,7 +463,7 @@ void *vmap(struct page **pages, unsigned int count,
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
EXPORT_SYMBOL(vmap);
 | 
					EXPORT_SYMBOL(vmap);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask,
 | 
					static void *__vmalloc_area_node(struct vm_struct *area, gfp_t gfp_mask,
 | 
				
			||||||
				 pgprot_t prot, int node)
 | 
									 pgprot_t prot, int node)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	struct page **pages;
 | 
						struct page **pages;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue