 05387a9fbf
			
		
	
	
	05387a9fbf
	
	
	
		
			
			We make the reset function from the driver public, then we also move of all register defines from the public header file into driver, where they belong. Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			204 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			204 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __PLAT_MTU_H
 | |
| #define __PLAT_MTU_H
 | |
| 
 | |
| /* should be set by the platform code */
 | |
| extern void __iomem *mtu_base;
 | |
| 
 | |
| void nmdk_clkevt_reset(void);
 | |
| void nmdk_clksrc_reset(void);
 | |
| 
 | |
| #endif /* __PLAT_MTU_H */
 | |
| 
 |