diff options
Diffstat (limited to 'include/linux/platform_data/serial-sccnxp.h')
-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 af0c8c3b89ae..98373d6add27 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 | const u8 reg_shift; | 81 | u32 reg_shift; |
82 | /* Modem control lines configuration */ | 82 | /* Modem control lines configuration */ |
83 | const u32 mctrl_cfg[SCCNXP_MAX_UARTS]; | 83 | u32 mctrl_cfg[SCCNXP_MAX_UARTS]; |
84 | /* Timer value for polling mode (usecs) */ | 84 | /* Timer value for polling mode (usecs) */ |
85 | const unsigned int poll_time_us; | 85 | u32 poll_time_us; |
86 | }; | 86 | }; |
87 | 87 | ||
88 | #endif | 88 | #endif |