commit | 615a3e909e36d7e615f5da1c2c46e58e0025d23f | [log] [tgz] |
---|---|---|
author | Robert Marko <robert.marko@sartura.hr> | Mon Apr 15 12:49:26 2024 +0200 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Tue Apr 23 13:29:14 2024 +0200 |
tree | b611d4cae796d4c5337d4d55074c7aec74c4f30c | |
parent | 6b163a63e5705bff12491ea7e3b67cef9a6bfc05 [diff] |
serial: msm_serial: remove .clk_rate from debug UART MSM serial in DEBUG UART mode is trying to set .clk_rate, but the msm_serial_data structure does not have such property at all, so lets remove it as otherwise it will fail compiling. Fixes: 90023bdfe979 ("serial: msm: add debug UART") Signed-off-by: Robert Marko <robert.marko@sartura.hr> Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>