Loading drivers/pwm/core.c +0 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,6 @@ int __pwmchip_add(struct pwm_chip *chip, struct module *owner) pwm = &chip->pwms[i]; pwm->chip = chip; pwm->pwm = chip->base + i; pwm->hwpwm = i; } Loading include/linux/pwm.h +0 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,6 @@ struct pwm_device { const char *label; unsigned long flags; unsigned int hwpwm; unsigned int pwm; struct pwm_chip *chip; struct pwm_args args; Loading Loading
drivers/pwm/core.c +0 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,6 @@ int __pwmchip_add(struct pwm_chip *chip, struct module *owner) pwm = &chip->pwms[i]; pwm->chip = chip; pwm->pwm = chip->base + i; pwm->hwpwm = i; } Loading
include/linux/pwm.h +0 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,6 @@ struct pwm_device { const char *label; unsigned long flags; unsigned int hwpwm; unsigned int pwm; struct pwm_chip *chip; struct pwm_args args; Loading