]> git.baikalelectronics.ru Git - uboot.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)
commita9177db9a87744d1ee34be5da862725efbb7dd47
tree1053ea1111b350ea75ac0d6e1325e50113ecc76c
parent54e1f4df8d3b179eeff2fd6d4641970f0c167f77
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