platform/chrome: chromeos_laptop: Replace open coded variant of DEFINE_RES_IRQ()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 30 Jun 2025 10:17:45 +0000 (13:17 +0300)
committerTzung-Bi Shih <tzungbi@kernel.org>
Tue, 1 Jul 2025 07:15:14 +0000 (07:15 +0000)
commit5af89b6309417bdc2ff6835509d33a172c4a3218
tree8486f1b9376786fee2bac5c0f1135ce7f8a8ee26
parent0c8fe93f4e7767b0e579959de051dcaddd7197fd
platform/chrome: chromeos_laptop: Replace open coded variant of DEFINE_RES_IRQ()

DEFINE_RES_*() are compound literals, and hence no need to do that explicitly.
Besides that, we have no IRQ name provided, no need to use _NAMED() variant.
Replace open coded variant of DEFINE_RES_IRQ().
No functional changes intended.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20250630101745.1855918-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
drivers/platform/chrome/chromeos_laptop.c