[ARM] pxa: fix the warning of undeclared "struct pxaohci_platform_data"

The header file <asm/arch/ohci.h> was missing in the original file,
include it to fix the warning.

Signed-off-by: eric miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by eric miao and committed by Russell King cd5604d5 14271a70

+1
+1
arch/arm/mach-pxa/devices.c
··· 10 10 #include <asm/arch/mmc.h> 11 11 #include <asm/arch/irda.h> 12 12 #include <asm/arch/i2c.h> 13 + #include <asm/arch/ohci.h> 13 14 14 15 #include "devices.h" 15 16