]> www.infradead.org Git - nvme.git/commit
leds: nic78bx: Tidy up ACPI ID table
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 13 Mar 2025 16:16:30 +0000 (18:16 +0200)
committerLee Jones <lee@kernel.org>
Fri, 21 Mar 2025 09:49:37 +0000 (09:49 +0000)
commit161e3bea8fa5ba34b2291e5cfeb3e533cf991613
treec183e9b2c300ebbe032cf72eba2d4e2b33d711ff
parent52fc80729b06501c5609b91b168be8d9d5d79994
leds: nic78bx: Tidy up ACPI ID table

Tidy up ACPI ID table:

- Drop ACPI_PTR() and hence replace acpi.h with mod_devicetable.h and
  other necessary headers

- Remove explicit driver_data initializer

- Drop comma in the terminator entry

With that done, extend compile test coverage.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20250313161630.415515-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/Kconfig
drivers/leds/leds-nic78bx.c