On 29-03-23, 10:52, 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 and > of.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/cpufreq/cpufreq-dt-platdev.c | 1 - > drivers/cpufreq/kirkwood-cpufreq.c | 2 +- > drivers/cpufreq/maple-cpufreq.c | 2 +- > drivers/cpufreq/pmac32-cpufreq.c | 2 +- > drivers/cpufreq/pmac64-cpufreq.c | 2 +- > drivers/cpufreq/qcom-cpufreq-hw.c | 4 ++-- > drivers/cpufreq/spear-cpufreq.c | 2 +- > drivers/cpufreq/tegra124-cpufreq.c | 1 - > drivers/cpufreq/tegra20-cpufreq.c | 2 +- > include/linux/cpufreq.h | 1 - > 10 files changed, 8 insertions(+), 11 deletions(-) Acked-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx> -- viresh