On Mon, Oct 31, 2022 at 10:40 AM Bjorn Helgaas <helg...@kernel.org> wrote: > > From: Bjorn Helgaas <bhelg...@google.com> > > Many host controller drivers #include <linux/of_irq.h> even though they > don't need it. Remove the unnecessary #includes.
Note that the same is often true of the other of_*.h headers. of_device.h and of_platform.h are tricky though as one includes the other (with a decade old comment to fix). I started down that rabbit hole once... Rob