]> git.baikalelectronics.ru Git - uboot.git/commit
div64: Use kernel types
authorSimon Glass <sjg@chromium.org>
Mon, 8 Apr 2019 19:20:48 +0000 (13:20 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Apr 2019 02:26:43 +0000 (20:26 -0600)
commit0374a03544a064bb69fa173c40232f435cf8914a
tree14a81b1e1947281f503f24d3d4069edc95500b33
parent66a7e8cc95f93ac3dfa406ef23c1cb67b0ca707d
div64: Use kernel types

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>
include/div64.h
lib/div64.c