]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mx5: Correct mxc_set_clock function prototype
authorTom Rini <trini@konsulko.com>
Fri, 14 Jul 2023 00:37:33 +0000 (20:37 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 20 Jul 2023 18:48:20 +0000 (14:48 -0400)
commit9ef4166ff99b1bb18d11be49f6ac9601d3b27506
tree1053ea1111b350ea75ac0d6e1325e50113ecc76c
parentbfbab7b27e14f7074ee27c9d584497beabd7ced1
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>
arch/arm/include/asm/arch-mx5/clock.h