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
				
			
		
							
								
								
									
										14
									
								
								arch/sparc/crypto/crop_devid.c
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								arch/sparc/crypto/crop_devid.c
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,14 @@ | |||
| #include <linux/module.h> | ||||
| #include <linux/of_device.h> | ||||
| 
 | ||||
| /* This is a dummy device table linked into all of the crypto
 | ||||
|  * opcode drivers.  It serves to trigger the module autoloading | ||||
|  * mechanisms in userspace which scan the OF device tree and | ||||
|  * load any modules which have device table entries that | ||||
|  * match OF device nodes. | ||||
|  */ | ||||
| static const struct of_device_id crypto_opcode_match[] = { | ||||
| 	{ .name = "cpu", .compatible = "sun4v", }, | ||||
| 	{}, | ||||
| }; | ||||
| MODULE_DEVICE_TABLE(of, crypto_opcode_match); | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 awab228
						awab228