From: Eric Miao Date: Wed, 14 Jan 2009 11:12:42 +0000 (+0800) Subject: [ARM] pxa: remove machine class specific stuffs from serial driver X-Git-Tag: v2.6.30-rc1~636^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=290a5589ce83540d0aba811c3d15af34aa373533;p=pandora-kernel.git [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 and headers. Signed-off-by: Eric Miao --- Reading git-diff-tree failed