Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd5604d5 authored by eric miao's avatar eric miao Committed by Russell King
Browse files

[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: default avatareric miao <eric.miao@marvell.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 14271a70
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -10,6 +10,7 @@
#include <asm/arch/mmc.h>
#include <asm/arch/mmc.h>
#include <asm/arch/irda.h>
#include <asm/arch/irda.h>
#include <asm/arch/i2c.h>
#include <asm/arch/i2c.h>
#include <asm/arch/ohci.h>


#include "devices.h"
#include "devices.h"