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
				
			
		
							
								
								
									
										23
									
								
								arch/ia64/include/asm/fb.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								arch/ia64/include/asm/fb.h
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,23 @@ | |||
| #ifndef _ASM_FB_H_ | ||||
| #define _ASM_FB_H_ | ||||
| 
 | ||||
| #include <linux/fb.h> | ||||
| #include <linux/fs.h> | ||||
| #include <linux/efi.h> | ||||
| #include <asm/page.h> | ||||
| 
 | ||||
| static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, | ||||
| 				unsigned long off) | ||||
| { | ||||
| 	if (efi_range_is_wc(vma->vm_start, vma->vm_end - vma->vm_start)) | ||||
| 		vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); | ||||
| 	else | ||||
| 		vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); | ||||
| } | ||||
| 
 | ||||
| static inline int fb_is_primary_device(struct fb_info *info) | ||||
| { | ||||
| 	return 0; | ||||
| } | ||||
| 
 | ||||
| #endif /* _ASM_FB_H_ */ | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228