]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
microblaze/PCI: Remove unnecessary struct pci_dev declaration
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 4 Jun 2015 21:49:43 +0000 (16:49 -0500)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 8 Jun 2015 08:03:14 +0000 (10:03 +0200)
commitc4fa9a6ae285ec4777d0524a4ee9c9039a5a4c28
treed16e61dd89664c8a0d5c5d3b21ef868f25eb0d7d
parent99fdc6b9bd022ab5fb0f2e45f11a5a53697221fb
microblaze/PCI: Remove unnecessary struct pci_dev declaration

All users of arch/microblaze/include/asm/pci.h get it by including
include/linux/pci.h, which in turn includes <asm/pci.h> after it declares
struct pci_dev.

The forward declaration here is unnecessary, so remove it.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
CC: Michal Simek <monstr@monstr.eu>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/include/asm/pci.h