| 
				
			 | 
			
			
				
				@@ -47,7 +47,7 @@ struct init_fn { 
			 | 
		
		
	
		
			
			| 
				47
			 | 
			
				47
			 | 
			
			
				
				  
			 | 
		
		
	
		
			
			| 
				48
			 | 
			
				48
			 | 
			
			
				
				 /* Macro for creating an initialisation function table entry */ 
			 | 
		
		
	
		
			
			| 
				49
			 | 
			
				49
			 | 
			
			
				
				 #define INIT_FN( init_order, init_func, reset_func, exit_func )		      \ 
			 | 
		
		
	
		
			
			| 
				50
			 | 
			
				
			 | 
			
			
				
				-	static struct init_fn init_functions				      \ 
			 | 
		
		
	
		
			
			| 
				
			 | 
			
				50
			 | 
			
			
				
				+	static struct init_fn PREFIX_OBJECT(init_fn__)			      \ 
			 | 
		
		
	
		
			
			| 
				51
			 | 
			
				51
			 | 
			
			
				
				 	    __attribute__ (( used, __table_section(init_fn,init_order) )) = { \ 
			 | 
		
		
	
		
			
			| 
				52
			 | 
			
				52
			 | 
			
			
				
				 		.init = init_func,					      \ 
			 | 
		
		
	
		
			
			| 
				53
			 | 
			
				53
			 | 
			
			
				
				 		.reset = reset_func,					      \ 
			 |