Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=cd5604d5618a802e4ed047eb8b1515edc5fc49b5
Commit:     cd5604d5618a802e4ed047eb8b1515edc5fc49b5
Parent:     14271a705ae0fdfcb997ebed0b6e2ec6ffa58561
Author:     eric miao <[EMAIL PROTECTED]>
AuthorDate: Tue Jan 29 09:00:19 2008 +0800
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Mon Feb 4 13:17:32 2008 +0000

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/mach-pxa/devices.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-pxa/devices.c b/arch/arm/mach-pxa/devices.c
index 50ff453..bfccb80 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"
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to