Re: [PATCH 16/19] cpuidle: Adjust includes to remove of_device.h

From: Sudeep Holla
Date: Wed Mar 29 2023 - 14:17:51 EST


On Wed, Mar 29, 2023 at 10:52:13AM -0500, Rob Herring wrote:
> Now that of_cpu_device_node_get() is defined in of.h, of_device.h is just
> implicitly including other includes, and is no longer needed. Adjust the
> include files with what was implicitly included by of_device.h (cpu.h,
> cpuhotplug.h, of.h, and of_platform.h) and drop including of_device.h.
>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> Please ack and I will take the series via the DT tree.
> ---
> drivers/cpuidle/cpuidle-psci.c | 1 -
> drivers/cpuidle/cpuidle-qcom-spm.c | 3 +--
> drivers/cpuidle/cpuidle-riscv-sbi.c | 2 +-
> drivers/cpuidle/dt_idle_states.c | 1 -
> 4 files changed, 2 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/cpuidle/cpuidle-psci.c b/drivers/cpuidle/cpuidle-psci.c
> index 6de027f9f6f5..bf68920d038a 100644
> --- a/drivers/cpuidle/cpuidle-psci.c
> +++ b/drivers/cpuidle/cpuidle-psci.c
> @@ -16,7 +16,6 @@
> #include <linux/kernel.h>
> #include <linux/module.h>
> #include <linux/of.h>
> -#include <linux/of_device.h>
> #include <linux/platform_device.h>
> #include <linux/psci.h>
> #include <linux/pm_domain.h>

Acked-by: Sudeep Holla <sudeep.holla@xxxxxxx>

--
Regards,
Sudeep