mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-31 16:18:51 +01:00 
			
		
		
		
	Fixed MTP to work with TWRP
This commit is contained in:
		
						commit
						f6dfaef42e
					
				
					 50820 changed files with 20846062 additions and 0 deletions
				
			
		
							
								
								
									
										22
									
								
								arch/c6x/include/asm/clkdev.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								arch/c6x/include/asm/clkdev.h
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,22 @@ | |||
| #ifndef _ASM_CLKDEV_H | ||||
| #define _ASM_CLKDEV_H | ||||
| 
 | ||||
| #include <linux/slab.h> | ||||
| 
 | ||||
| struct clk; | ||||
| 
 | ||||
| static inline int __clk_get(struct clk *clk) | ||||
| { | ||||
| 	return 1; | ||||
| } | ||||
| 
 | ||||
| static inline void __clk_put(struct clk *clk) | ||||
| { | ||||
| } | ||||
| 
 | ||||
| static inline struct clk_lookup_alloc *__clkdev_alloc(size_t size) | ||||
| { | ||||
| 	return kzalloc(size, GFP_KERNEL); | ||||
| } | ||||
| 
 | ||||
| #endif /* _ASM_CLKDEV_H */ | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228