uboot/lib
Daniel Schwierzeck d770f3961f time: fix gcc warnings on MIPS64
Commit 8dfafdde88 introduced
new gcc warnings on MIPS64:

time.c: In function 'tick_to_time':
time.c:59:2: warning: comparison of distinct pointer types lacks a cast [enabled by default]
time.c:59:2: warning: passing argument 1 of '__div64_32' from incompatible pointer type [enabled by default]
In file included from time.c:10:0:
./u-boot-mips/include/div64.h:22:17: note: expected 'uint64_t *' but argument is of type 'long long unsigned int *'
time.c: In function 'usec_to_tick':
time.c:76:2: warning: comparison of distinct pointer types lacks a cast [enabled by default]
time.c:76:2: warning: passing argument 1 of '__div64_32' from incompatible pointer type [enabled by default]
In file included from time.c:10:0:
./u-boot-mips/include/div64.h:22:17: note: expected 'uint64_t *' but argument is of type 'long long unsigned int *'

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
2013-11-11 09:46:41 -05:00
..
libfdt lib: convert makefiles to Kbuild style 2013-10-31 13:26:44 -04:00
lzma lib: convert makefiles to Kbuild style 2013-10-31 13:26:44 -04:00
lzo lib: convert makefiles to Kbuild style 2013-10-31 13:26:44 -04:00
rsa lib: convert makefiles to Kbuild style 2013-10-31 13:26:44 -04:00
tizen lib: convert makefiles to Kbuild style 2013-10-31 13:26:44 -04:00
zlib lib: convert makefiles to Kbuild style 2013-10-31 13:26:44 -04:00
Makefile lib: convert makefiles to Kbuild style 2013-10-31 13:26:44 -04:00
addr_map.c
aes.c
asm-offsets.c
bch.c
bitrev.c
bzlib.c
bzlib_crctable.c
bzlib_decompress.c
bzlib_huffman.c
bzlib_private.h
bzlib_randtable.c
circbuf.c
crc7.c
crc16.c
crc32.c
ctype.c
display_options.c
div64.c
errno.c
fdtdec.c exynos5: dts: Add COMPAT string data for USB 3.0 PHY and XHCI 2013-10-20 23:42:38 +02:00
fdtdec_test.c
gunzip.c
gzip.c
hang.c
hashtable.c env: fix the env export varname 2013-11-08 15:25:14 -05:00
initcall.c
ldiv.c
linux_string.c
lmb.c
md5.c
net_utils.c
physmem.c
qsort.c
rand.c
rbtree.c
sha1.c
sha256.c
slre.c Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
string.c Coding Style cleanup: remove trailing empty lines 2013-10-14 16:06:54 -04:00
strmhz.c
time.c time: fix gcc warnings on MIPS64 2013-11-11 09:46:41 -05:00
tpm.c
trace.c
uuid.c
vsprintf.c