powerpc/85xx: Add platform_device declaration to fsl_pci.h
authorJia Hongtao <hongtao.jia@freescale.com>
Fri, 15 Mar 2013 06:14:58 +0000 (14:14 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 15 Mar 2013 16:12:46 +0000 (11:12 -0500)
mpc85xx_pci_err_probe(struct platform_device *op) need platform_device
declaration for definition. Otherwise, it will cause compile error if any
files including fsl_pci.h without declaration of platform_device.

Signed-off-by: Jia Hongtao <hongtao.jia@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found