commit | 8592ac07a342d9af130bd65eea46dd0df036d73f | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Fri Jul 14 18:09:25 2017 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Thu Jul 27 14:59:00 2017 +0200 |
tree | 07fd1a3cb8efd256736e17ff0ba8f72ea7ceb5b6 | |
parent | 7441a76c4b0387437e2ed5e11f82950a0dcfa488 [diff] |
rockchip: timer: make register sizes explicit We are about to reuse the rockchip timer (header file) for 64bit ARMv8 chips, so it seems a good time to make the register sizes explicit by changing from 'unsigned int' to 'u32'. Reorders the header-includes in rk_timer.c to ensure that 'u32' is definded before it is used by 'asm/arch/timer.h'. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>