forked from mirrors/linux
		
	pwm: Drop unused member "pwm" from struct pwm_device
This member is only assigned to and never read. So drop it. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
This commit is contained in:
		
							parent
							
								
									4e7a8dbd2b
								
							
						
					
					
						commit
						f3e25e68ce
					
				
					 2 changed files with 0 additions and 2 deletions
				
			
		|  | @ -265,7 +265,6 @@ int __pwmchip_add(struct pwm_chip *chip, struct module *owner) | ||||||
| 		pwm = &chip->pwms[i]; | 		pwm = &chip->pwms[i]; | ||||||
| 
 | 
 | ||||||
| 		pwm->chip = chip; | 		pwm->chip = chip; | ||||||
| 		pwm->pwm = chip->base + i; |  | ||||||
| 		pwm->hwpwm = i; | 		pwm->hwpwm = i; | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -79,7 +79,6 @@ struct pwm_device { | ||||||
| 	const char *label; | 	const char *label; | ||||||
| 	unsigned long flags; | 	unsigned long flags; | ||||||
| 	unsigned int hwpwm; | 	unsigned int hwpwm; | ||||||
| 	unsigned int pwm; |  | ||||||
| 	struct pwm_chip *chip; | 	struct pwm_chip *chip; | ||||||
| 
 | 
 | ||||||
| 	struct pwm_args args; | 	struct pwm_args args; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Uwe Kleine-König
						Uwe Kleine-König