commit | 856523a77237b1e1fab33eec33fec15f3afe7758 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Mon Jul 26 14:58:59 2021 +0200 |
committer | Stefan Roese <sr@denx.de> | Sat Jul 31 09:59:59 2021 +0200 |
tree | 12a2b59bf6475489ce9d20ba79b65dc26286b1fa | |
parent | 00631fc0d9ba8339f5f66c7560f6d3f8f7781484 [diff] |
serial: a37xx: Do not call get_ref_clk() in _debug_uart_init() Static inline function _debug_uart_init() should avoid calling external (non-inline) functions. Therefore do not call get_ref_clk() in _debug_uart_init() and reimplement its functionality without external function calls. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>