On Sun, 1 Sep 2019 13:25:06 +0200, Krzysztof Wilczynski wrote: > Remove <linux/pci.h> and <linux/msi.h> from being included > directly as part of the include/linux/of_pci.h, and remove > superfluous declaration of struct of_phandle_args. > > Move users of include <linux/of_pci.h> to include <linux/pci.h> > and <linux/msi.h> directly rather than rely on both being > included transitively through <linux/of_pci.h>. > > Signed-off-by: Krzysztof Wilczynski <kw@xxxxxxxxx> > --- > drivers/iommu/of_iommu.c | 2 ++ > drivers/pci/controller/dwc/pcie-designware-host.c | 1 + > drivers/pci/controller/pci-aardvark.c | 1 + > drivers/pci/pci.c | 1 + > drivers/pci/probe.c | 1 + > include/linux/of_pci.h | 4 +--- > 6 files changed, 7 insertions(+), 3 deletions(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>