diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c index cd3439ee6a23d9b54089396d244e070dbf795ee6..4032dfde7484b60a2f64ca73d41938906f7698ea 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)