Re: [PATCH 09/19] riscv: cacheinfo: Adjust includes to remove of_device.h

2023-04-29 Thread Palmer Dabbelt
On Wed, 29 Mar 2023 08:52:06 PDT (-0700), r...@kernel.org 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 d

[PATCH 09/19] riscv: cacheinfo: Adjust includes to remove of_device.h

2023-03-29 Thread Rob Herring
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 --- Please