From: eric miao <eric.miao@marvell.com> Date: Tue, 29 Jan 2008 01:00:19 +0000 (+0800) Subject: [ARM] pxa: fix the warning of undeclared "struct pxaohci_platform_data" X-Git-Tag: v2.6.25-rc1~1055^2^5~7 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=cd5604d5618a802e4ed047eb8b1515edc5fc49b5;p=linux-2.6-omap-h63xx.git [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> --- diff --git a/arch/arm/mach-pxa/devices.c b/arch/arm/mach-pxa/devices.c index 50ff453ad37..bfccb80ac8e 100644 --- a/arch/arm/mach-pxa/devices.c +++ b/arch/arm/mach-pxa/devices.c @@ -10,6 +10,7 @@ #include <asm/arch/mmc.h> #include <asm/arch/irda.h> #include <asm/arch/i2c.h> +#include <asm/arch/ohci.h> #include "devices.h"