summary refs log tree commit diff
path: root/arch/cris
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2017-10-04 15:15:22 -0500
committerBjorn Helgaas <bhelgaas@google.com>2017-11-07 18:38:48 -0600
commitbe2d877aaa043d23c0522fd3c7491b8ef7b631fa (patch)
treef856a6a6d8e033f3c45c5b9f0b6280fe166baae5 /arch/cris
parent137ed9f0ee20b72e03492f8f0358cb19f74a89c4 (diff)
downloadlinux-be2d877aaa043d23c0522fd3c7491b8ef7b631fa.tar.gz
PCI: Remove redundant pci_dev, pci_bus, resource declarations
<linux/pci.h> defines struct pci_bus and struct pci_dev and includes the
struct resource definition before including <asm/pci.h>.  Nobody includes
<asm/pci.h> directly, so they don't need their own declarations.

Remove the redundant struct pci_dev, pci_bus, resource declarations.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>	# CRIS
Acked-by: Ralf Baechle <ralf@linux-mips.org>		# MIPS
Diffstat (limited to 'arch/cris')
-rw-r--r--arch/cris/include/asm/pci.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/cris/include/asm/pci.h b/arch/cris/include/asm/pci.h
index c6ac59d9f815..8ea640560a46 100644
--- a/arch/cris/include/asm/pci.h
+++ b/arch/cris/include/asm/pci.h
@@ -32,8 +32,6 @@ int pcibios_set_irq_routing(struct pci_dev *dev, int pin, int irq);
 #include <linux/string.h>
 #include <asm/io.h>
 
-struct pci_dev;
-
 /* The PCI address space does equal the physical memory
  * address space.  The networking and block device layers use
  * this boolean for bounce buffer decisions.