]> git.baikalelectronics.ru Git - kernel.git/commit
pwm: core: Remove unused devm_pwm_put()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 7 Jun 2021 12:24:57 +0000 (15:24 +0300)
committerThierry Reding <thierry.reding@gmail.com>
Wed, 30 Jun 2021 17:12:19 +0000 (19:12 +0200)
commit50ddda82e5f7e9eca14fbaa731464439e33f4e7c
tree37bd54659de0725e625c92afe6473235f6bffe49
parent51fcde88e42d81d9130743f85df03ce49373763c
pwm: core: Remove unused devm_pwm_put()

There are no users and seems no will come of the devm_pwm_put().
Remove the function.

While at it, slightly update documentation.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Documentation/driver-api/driver-model/devres.rst
Documentation/driver-api/pwm.rst
drivers/pwm/core.c
include/linux/pwm.h