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

2023-03-29 Thread Sudeep Holla
On Wed, Mar 29, 2023 at 10:52:07AM -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. Update the > includes to use of.h instead of of_device.h. > Acked-by: Sudeep Holla -- Regards,

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

2023-03-29 Thread Greg Kroah-Hartman
On Wed, Mar 29, 2023 at 10:52:07AM -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. Update the > includes to use of.h instead of of_device.h. > > Signed-off-by: Rob Herring > --- >

[PATCH 10/19] 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. Update the includes to use of.h instead of of_device.h. Signed-off-by: Rob Herring --- Please ack and I will take the series via the DT tree. --- drivers/base/c