 cd27e48541
			
		
	
	
	cd27e48541
	
	
	
		
			
			This adds the clocking framework and hooks into the clkdevice for U300 series platforms. Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			122 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			122 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __MACH_CLKDEV_H
 | |
| #define __MACH_CLKDEV_H
 | |
| 
 | |
| int __clk_get(struct clk *clk);
 | |
| void __clk_put(struct clk *clk);
 | |
| 
 | |
| #endif
 |