mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	This weak function is not used anymore, so completely remove it. Private struct comphy_map is not used by any board code anymore, so move it into private driver header file comphy_core.h. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
		
			
				
	
	
		
			12 lines
		
	
	
		
			239 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			239 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* SPDX-License-Identifier: GPL-2.0+ */
 | 
						|
/*
 | 
						|
 * Copyright (C) 2015-2016 Marvell International Ltd.
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef _MVEBU_COMPHY_H_
 | 
						|
#define _MVEBU_COMPHY_H_
 | 
						|
 | 
						|
int comphy_rx_training(struct udevice *dev, u32 lane);
 | 
						|
 | 
						|
#endif /* _MVEBU_COMPHY_H_ */
 |