Skip to content
Snippets Groups Projects
Commit 290a5589 authored by Eric Miao's avatar Eric Miao
Browse files

[ARM] pxa: remove machine class specific stuffs from serial driver


The only things prevent drivers/serial/pxa.c from being generic enough
are:

  1. IER_UUE which can be safely replaced by UART_IER_UUE as defined in
     serial_reg.h for PXA

  2. __PREG() and FFUART/BTUART/STUART definitions to decide the UART
     port name

And removed the un-necessary #include of <mach/...> and <asm/...> headers.

Signed-off-by: default avatarEric Miao <eric.miao@marvell.com>
parent 0807da59
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment