From: Bjorn Helgaas Date: Thu, 4 Jun 2015 21:49:43 +0000 (-0500) Subject: microblaze/PCI: Remove unnecessary struct pci_dev declaration X-Git-Tag: omap-for-v4.2/fixes-rc1^2~141^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4fa9a6ae285ec4777d0524a4ee9c9039a5a4c28;p=pandora-kernel.git 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 after it declares struct pci_dev. The forward declaration here is unnecessary, so remove it. Signed-off-by: Bjorn Helgaas CC: Michal Simek Signed-off-by: Michal Simek --- Reading git-diff-tree failed