Re: linux-next: build failure after merge of the pm tree

From: Rafael J. Wysocki
Date: Mon Apr 14 2025 - 11:36:21 EST


On Monday, April 14, 2025 3:57:59 AM CEST Stephen Rothwell wrote:
> Hi all,
>
> After merging the pm tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> drivers/cpuidle/cpuidle-psci.c:453:53: error: expected ')' before '(' token
> 453 | module_faux_driver(psci_cpuidle, psci_cpuidle_probe, NULL, true);
> | ^
> | )
> drivers/cpuidle/cpuidle-psci.c:426:12: warning: 'psci_cpuidle_probe' defined but not used [-Wunused-function]
> 426 | static int psci_cpuidle_probe(struct faux_device *fdev)
> | ^~~~~~~~~~~~~~~~~~
>
> Caused by commit
>
> a60e3d71e4d4 ("cpuidle: psci: Transition to the faux device interface")
>
> I have used the pm tree from next-20250411 for today.

This should be fixed now, thanks for the report!