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)
commitca49b2c6e2cc66d7b84e7559cadfc8bf792a2170
tree14a81b1e1947281f503f24d3d4069edc95500b33
parent315f60d741a7c16bc44cee87668a02054d8f9f08
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