pwm: Delete deprecated functions pwm_request() and pwm_free()
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 12 Apr 2023 11:56:36 +0000 (13:56 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Thu, 13 Apr 2023 12:27:53 +0000 (14:27 +0200)
commit0af4d704ba8e5ee632b6e65015ffe4d229c1a9a9
tree41171a79d9ad02b58067acdd5887d26f780358e9
parent9e4fa80ab7ef9eb4f7b1ea9fc31e0eb040e85e25
pwm: Delete deprecated functions pwm_request() and pwm_free()

Since commit 5a7fbe452ad9 ("backlight: pwm_bl: Drop support for legacy PWM
probing") the last user of pwm_request() and pwm_free() is gone. So remove
these functions that were deprecated over 10 years ago in commit
8138d2ddbcca ("pwm: Add table-based lookup for static mappings").

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
[thierry.reding@gmail.com: clean up a bit after removal]
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Documentation/driver-api/pwm.rst
drivers/pwm/core.c
include/linux/pwm.h