]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mfd: upboard-fpga: Remove ACPI_PTR() annotation
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 5 Feb 2025 12:25:36 +0000 (14:25 +0200)
committerLee Jones <lee@kernel.org>
Fri, 14 Mar 2025 08:59:06 +0000 (08:59 +0000)
commit6b1a65c5a202d9e37655c90479126e92f2987227
treec06c614ad2ff4a2271ef3add369075d780c3ea57
parent98c8a0f33ed6b65e957ddec32fe252681da50cd3
mfd: upboard-fpga: Remove ACPI_PTR() annotation

The ACPI ID table is defined globally without an #ifdef check for CONFIG_ACPI,
so ACPI_PTR() makes no sense here. Also note, driver depends on ACPI anyway.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20250205122536.631252-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/upboard-fpga.c