projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14271a7
)
[ARM] pxa: fix the warning of undeclared "struct pxaohci_platform_data"
author
eric miao
<eric.miao@marvell.com>
Tue, 29 Jan 2008 01:00:19 +0000
(09:00 +0800)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 4 Feb 2008 13:17:32 +0000
(13:17 +0000)
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>
arch/arm/mach-pxa/devices.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-pxa/devices.c
b/arch/arm/mach-pxa/devices.c
index 50ff453ad3707453051ce1703bed2a519a7c4df4..bfccb80ac8eff129d62aaccd02469fbec7b504de 100644
(file)
--- 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"