Re: [PATCH] arc: Explicitly include correct DT includes

2023-08-23 Thread Vineet Gupta
On 8/23/23 10:00, Rob Herring wrote: On Fri, Jul 14, 2023 at 11:39:49AM -0600, Rob Herring wrote: The DT of_device.h and of_platform.h date back to the separate of_platform_bus_type before it as merged into the regular platform bus. As part of that merge prepping Arm DT support 13 years ago,

Re: [PATCH] arc: Explicitly include correct DT includes

2023-08-23 Thread Alexey Brodkin
Hi Rob, > On Fri, Jul 14, 2023 at 11:39:49AM -0600, Rob Herring wrote: > > The DT of_device.h and of_platform.h date back to the separate > > of_platform_bus_type before it as merged into the regular platform bus. > > As part of that merge prepping Arm DT support 13 years ago, they > > "temporaril

Re: [PATCH] arc: Explicitly include correct DT includes

2023-08-23 Thread Rob Herring
On Fri, Jul 14, 2023 at 11:39:49AM -0600, Rob Herring wrote: > The DT of_device.h and of_platform.h date back to the separate > of_platform_bus_type before it as merged into the regular platform bus. > As part of that merge prepping Arm DT support 13 years ago, they > "temporarily" include each oth