forked from mirrors/linux
		
	crypto: ccp - remove unneeded code
Clean up patch for an unneeded structure member. Signed-off-by: Gary R Hook <gary.hook@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
		
							parent
							
								
									fdd2cf9db1
								
							
						
					
					
						commit
						ec9b70df75
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -515,7 +515,6 @@ struct ccp_op {
 | 
				
			||||||
		struct ccp_passthru_op passthru;
 | 
							struct ccp_passthru_op passthru;
 | 
				
			||||||
		struct ccp_ecc_op ecc;
 | 
							struct ccp_ecc_op ecc;
 | 
				
			||||||
	} u;
 | 
						} u;
 | 
				
			||||||
	struct ccp_mem key;
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static inline u32 ccp_addr_lo(struct ccp_dma_info *info)
 | 
					static inline u32 ccp_addr_lo(struct ccp_dma_info *info)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue