commit | 9ef4166ff99b1bb18d11be49f6ac9601d3b27506 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Jul 13 20:37:33 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 20 14:48:20 2023 -0400 |
tree | 1053ea1111b350ea75ac0d6e1325e50113ecc76c | |
parent | bfbab7b27e14f7074ee27c9d584497beabd7ced1 [diff] |
arm: mx5: Correct mxc_set_clock function prototype With gcc-13.1 we get a warning about enum vs int here, so correct the declaration to match the implementation. Signed-off-by: Tom Rini <trini@konsulko.com>