From: Andrew Lunn Date: Thu, 10 May 2012 11:25:33 +0000 (+0200) Subject: Orion5x: Fix warning: struct pci_dev declared inside paramter list X-Git-Tag: v3.5-rc1~156^2~1^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ed272f245893f2278a9f5a59bacd857664c7d1f;p=pandora-kernel.git Orion5x: Fix warning: struct pci_dev declared inside paramter list Orion5x board files which don't have PCI give warnings: arch/arm/mach-orion5x/common.h:54:38: warning: 'struct pci_dev' declared inside parameter list. Add a forward declaration in the header file, which is the pattern used for other PCI structures. Signed-off-by: Andrew Lunn --- Reading git-diff-tree failed