
22 Apr
2019
22 Apr
'19
4:38 a.m.
These functions still use uint32_t and uint64_t but checkpatch now requests that the kernel types be used instead. Update them as well as a few resulting checkpatch errors.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: - Add new patch to use kernel types in div64
include/div64.h | 70 ++++++++++++++++++++++++------------------------- lib/div64.c | 14 +++++----- 2 files changed, 42 insertions(+), 42 deletions(-)
Applied to u-boot-dm, thanks!