commit | 633adc711de0bcb6d6e1c071302880e0c8c05d57 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Jun 04 16:37:56 2015 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Jun 08 07:56:09 2015 -0500 |
tree | 0d1197b417661647f3bfd5428f5cc84f808646e7 | |
parent | cd11433eda42815ab53c8be44580a0009000b761 [diff] |
PCI: Remove unnecessary #includes of <asm/pci.h> In include/linux/pci.h, we already #include <asm/pci.h>, so we don't need to include <asm/pci.h> directly. Remove the unnecessary includes. All the files here already include <linux/pci.h>. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Simon Horman <horms+renesas@verge.net.au> # sh Acked-by: Ralf Baechle <ralf@linux-mips.org>