spi: pxa2xx: Drop ACPI_PTR() and of_match_ptr()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 27 Mar 2024 19:29:21 +0000 (21:29 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 28 Mar 2024 20:34:49 +0000 (20:34 +0000)
commit9907c475dcab9b269422972577360122129ac84c
treeb8b56acdeb0dc3753b50143da025a4622d04ba2a
parent3af201a405b3e5abee65102b062c309fff68cc0e
spi: pxa2xx: 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 of.h inclusion.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://msgid.link/r/20240327193138.2385910-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx.c