parisc: make command_line[] static
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:
		
					parent
					
						
							
								d257905323
							
						
					
				
			
			
				commit
				
					
						01da41b86f
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -45,7 +45,7 @@
 | 
			
		|||
#include <asm/io.h>
 | 
			
		||||
#include <asm/setup.h>
 | 
			
		||||
 | 
			
		||||
char	__initdata command_line[COMMAND_LINE_SIZE];
 | 
			
		||||
static char __initdata command_line[COMMAND_LINE_SIZE];
 | 
			
		||||
 | 
			
		||||
/* Intended for ccio/sba/cpu statistics under /proc/bus/{runway|gsc} */
 | 
			
		||||
struct proc_dir_entry * proc_runway_root __read_mostly = NULL;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue