Re: [PATCH v3 01/13] Revert "driver core: move dev_has_sync_state() to drivers/base/base.h"

From: Danilo Krummrich

Date: Fri May 08 2026 - 13:25:28 EST


On Fri May 8, 2026 at 2:38 PM CEST, Ulf Hansson wrote:
> It turns out that the dev_has_sync_state() is needed outside the driver
> core. A subsequent change to the pmdomain subsystem starts making use of
> it.
>
> Fixes: 9db268212e0d ("driver core: move dev_has_sync_state() to drivers/base/base.h")

Hm...the commit was correct, it's just that you now want to use it outside of
the driver-core code, so I'd drop this tag.

> Signed-off-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx>