| Submitter | Lei Wen |
|---|---|
| Date | Jan. 26, 2011, 10:31 a.m. |
| Message ID | <1296037875-19684-4-git-send-email-leiwen@marvell.com> |
| Download | mbox | patch |
| Permalink | /patch/80482/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c index cd3439e..4032dfd 100644 --- a/drivers/serial/serial.c +++ b/drivers/serial/serial.c @@ -33,6 +33,8 @@ #include <asm/arch/orion5x.h> #elif defined(CONFIG_ARMADA100) #include <asm/arch/armada100.h> +#elif defined(CONFIG_PANTHEON) +#include <asm/arch/pantheon.h> #endif #if defined (CONFIG_SERIAL_MULTI)
Signed-off-by: Lei Wen <leiwen@marvell.com> --- V2: V3: Fix copyright claim year. V4: Add change log to each patch. V5: V6: Rebase patch on latest u-boot-marvell.git. V7: drivers/serial/serial.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)