From 378e7f06f432e60f8f3245165d0d965c842564a5 Mon Sep 17 00:00:00 2001 From: eric miao Date: Tue, 29 Jan 2008 09:00:19 +0800 Subject: [PATCH] [ARM] pxa: fix the warning of undeclared "struct pxaohci_platform_data" The header file was missing in the original file, include it to fix the warning. Signed-off-by: eric miao Signed-off-by: Russell King --- arch/arm/mach-pxa/devices.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-pxa/devices.c b/arch/arm/mach-pxa/devices.c index 50ff453ad3707..bfccb80ac8eff 100644 --- a/arch/arm/mach-pxa/devices.c +++ b/arch/arm/mach-pxa/devices.c @@ -10,6 +10,7 @@ #include #include #include +#include #include "devices.h" -- 2.39.5