diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-02 03:25:19 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-02 03:25:19 -0400 |
| commit | 461a8ecb2d76fb6f3ac1a90eb886697db869d387 (patch) | |
| tree | 476aeba66ba0cb3649ba1669ce8b85b29ed34e46 /include/linux/platform_data | |
| parent | 3ba35baa55fa4420f9ea7132d728ed68cfa37d28 (diff) | |
Revert "serial: sccnxp: Add DT support"
This reverts commit 85c996907473e4ef824774b97b26499adf66521f.
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>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/serial-sccnxp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/platform_data/serial-sccnxp.h b/include/linux/platform_data/serial-sccnxp.h index 98373d6add27..af0c8c3b89ae 100644 --- a/include/linux/platform_data/serial-sccnxp.h +++ b/include/linux/platform_data/serial-sccnxp.h | |||
| @@ -78,11 +78,11 @@ | |||
| 78 | /* SCCNXP platform data structure */ | 78 | /* SCCNXP platform data structure */ |
| 79 | struct sccnxp_pdata { | 79 | struct sccnxp_pdata { |
| 80 | /* Shift for A0 line */ | 80 | /* Shift for A0 line */ |
| 81 | u32 reg_shift; | 81 | const u8 reg_shift; |
| 82 | /* Modem control lines configuration */ | 82 | /* Modem control lines configuration */ |
| 83 | u32 mctrl_cfg[SCCNXP_MAX_UARTS]; | 83 | const u32 mctrl_cfg[SCCNXP_MAX_UARTS]; |
| 84 | /* Timer value for polling mode (usecs) */ | 84 | /* Timer value for polling mode (usecs) */ |
| 85 | u32 poll_time_us; | 85 | const unsigned int poll_time_us; |
| 86 | }; | 86 | }; |
| 87 | 87 | ||
| 88 | #endif | 88 | #endif |
