diff options
| author | Eric Miao <eric.miao@marvell.com> | 2008-11-28 01:08:53 -0500 |
|---|---|---|
| committer | Eric Miao <eric.miao@marvell.com> | 2008-12-02 01:42:38 -0500 |
| commit | 02f652626a8f23e513877cb751c8ea533739c28f (patch) | |
| tree | 5792357e6dfd9a3176d039a514caf00ea53b9088 /drivers/serial/pxa.c | |
| parent | b31eca4f006c3efdd2dc501270172aa7ff8614b9 (diff) | |
[ARM] pxa: move UART register definitions into dedicated regs-uart.h
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'drivers/serial/pxa.c')
| -rw-r--r-- | drivers/serial/pxa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/pxa.c b/drivers/serial/pxa.c index abc00be55433..a793d1fa1cde 100644 --- a/drivers/serial/pxa.c +++ b/drivers/serial/pxa.c | |||
| @@ -48,6 +48,7 @@ | |||
| 48 | #include <mach/hardware.h> | 48 | #include <mach/hardware.h> |
| 49 | #include <asm/irq.h> | 49 | #include <asm/irq.h> |
| 50 | #include <mach/pxa-regs.h> | 50 | #include <mach/pxa-regs.h> |
| 51 | #include <mach/regs-uart.h> | ||
| 51 | 52 | ||
| 52 | 53 | ||
| 53 | struct uart_pxa_port { | 54 | struct uart_pxa_port { |
