Re: [PATCH v3 0/5] PCI: Remove unnecessary includes

2022-11-11 Thread Rob Herring
On Mon, Oct 31, 2022 at 10:40 AM Bjorn Helgaas wrote: > > From: Bjorn Helgaas > > Many host controller drivers #include 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 th

Re: [PATCH v3 0/5] PCI: Remove unnecessary includes

2022-11-10 Thread Bjorn Helgaas
On Mon, Oct 31, 2022 at 10:39:49AM -0500, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Many host controller drivers #include even though they > don't need it. Remove the unnecessary #includes. > > v2: https://lore.kernel.org/r/20221025185147.665365-1-helg...@kernel.org/ > v1: https://lore.ke

[PATCH v3 0/5] PCI: Remove unnecessary includes

2022-10-31 Thread Bjorn Helgaas
From: Bjorn Helgaas Many host controller drivers #include even though they don't need it. Remove the unnecessary #includes. v2: https://lore.kernel.org/r/20221025185147.665365-1-helg...@kernel.org/ v1: https://lore.kernel.org/r/20221019195452.37606-1-helg...@kernel.org/ Changes from v2 to v3: