]> asedeno.scripts.mit.edu Git - linux.git/commit
pwm: sun4i: Drop unused .has_rdy member
authorAndre Przywara <andre.przywara@arm.com>
Sun, 18 Mar 2018 23:28:44 +0000 (23:28 +0000)
committerThierry Reding <thierry.reding@gmail.com>
Tue, 27 Mar 2018 23:11:53 +0000 (01:11 +0200)
commit6a89bb6cc021ce5938c8edfa57b61cff38553c51
tree2e65805201d47e6e26b4c6a89e33283d8e55dbab
parent989ae7a5b2f965dc5e6de132f1d8c0ea8c23c3c5
pwm: sun4i: Drop unused .has_rdy member

Commit a054c4d68408 ("pwm: sun4i: Drop legacy callbacks") dropped the
only user of the .has_rdy member in our sun4i_pwm_data struct.
Consequently we don't need to store this anymore for the various SoCs,
which paves the way for further simplifications.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-sun4i.c