Re: [resend, PATCH net-next v1 1/2] net: thunderbolt: Switch from __maybe_unused to pm_sleep_ptr() etc
From: Mika Westerberg <mika.westerberg@linux.intel.com>
Date: 2022-11-30 07:43:42
Also in:
lkml
From: Mika Westerberg <mika.westerberg@linux.intel.com>
Date: 2022-11-30 07:43:42
Also in:
lkml
On Tue, Nov 29, 2022 at 06:13:58PM +0200, Andy Shevchenko wrote:
Letting the compiler remove these functions when the kernel is built without CONFIG_PM_SLEEP support is simpler and less heavier for builds than the use of __maybe_unused attributes. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>