]> www.infradead.org Git - users/jedix/linux-maple.git/commit
watchdog: nic7018_wdt: tidy up ACPI ID table
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 4 Mar 2025 13:45:35 +0000 (15:45 +0200)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Sun, 9 Mar 2025 14:19:44 +0000 (15:19 +0100)
commitf1c16aa612dcc5b03f5d6f39ca53f791d36850e1
tree0e3dadd9a7f191132e4d0dfadc7fa389edd281f7
parent480ee8a260e6f87cbcdaff77ac2cbf6dc03f0f4f
watchdog: nic7018_wdt: tidy up ACPI ID table

Tidy up ACPI ID table:
- drop ACPI_PTR() and hence replace acpi.h with mod_devicetable.h
- 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>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20250304140114.1812452-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/Kconfig
drivers/watchdog/nic7018_wdt.c