pwm: pca9685: Drop ACPI_PTR() and of_match_ptr()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 14 Feb 2025 15:40:31 +0000 (17:40 +0200)
committerUwe Kleine-König <ukleinek@kernel.org>
Sat, 15 Feb 2025 14:40:05 +0000 (15:40 +0100)
commitb2693edd0963dc06cb3021f249e3bd8cfc91fdac
tree3e5c434a3d8963d507f2f3864b9c0c02efefdb63
parente71e46a6f19c46b38983bebde8bfac1c04968fdf
pwm: pca9685: Drop ACPI_PTR() and of_match_ptr()

Drop rather useless use of ACPI_PTR() and of_match_ptr().
It also removes the necessity to be dependent acpi.h inclusion.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20250214154031.3395014-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>
drivers/pwm/pwm-pca9685.c