mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	pwm: cros-ec: Drop unused member from driver private data
.dev is unused since the driver was introduced in commit 1f0d3bb027
("pwm: Add ChromeOS EC PWM driver"). Drop it.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Tzung-Bi Shih <tzungbi@kernel.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
			
			
This commit is contained in:
		
							parent
							
								
									0360a48733
								
							
						
					
					
						commit
						6c4406ce60
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -25,7 +25,6 @@
 | 
			
		|||
 * @channel: array with per-channel data
 | 
			
		||||
 */
 | 
			
		||||
struct cros_ec_pwm_device {
 | 
			
		||||
	struct device *dev;
 | 
			
		||||
	struct cros_ec_device *ec;
 | 
			
		||||
	struct pwm_chip chip;
 | 
			
		||||
	bool use_pwm_type;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue