[U-Boot] [PATCH v2 08/13] div64: Use kernel types

sjg at google.com sjg at google.com
Mon Apr 22 02:38:36 UTC 2019


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 at 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!


More information about the U-Boot mailing list