Revert "serial: sccnxp: Add DT support"

This reverts commit 85c9969074.

Alexander wishes to remove this patch as it is incorrect.

Reported-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Greg Kroah-Hartman 2013-08-02 15:25:19 +08:00
parent 3ba35baa55
commit 461a8ecb2d
3 changed files with 12 additions and 93 deletions

View file

@ -78,11 +78,11 @@
/* SCCNXP platform data structure */
struct sccnxp_pdata {
/* Shift for A0 line */
u32 reg_shift;
const u8 reg_shift;
/* Modem control lines configuration */
u32 mctrl_cfg[SCCNXP_MAX_UARTS];
const u32 mctrl_cfg[SCCNXP_MAX_UARTS];
/* Timer value for polling mode (usecs) */
u32 poll_time_us;
const unsigned int poll_time_us;
};
#endif