Fix SIZE_MAX compiler warning when using stdint.h
authorSimon Glass <sjg@chromium.org>
Tue, 25 Nov 2014 04:18:21 +0000 (21:18 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Nov 2014 13:33:58 +0000 (06:33 -0700)
commit803f2eb2a29cbde53d8baac4f6e6bef260fd0774
tree6bce2afb99423c0488d52a892656ab32e4b2658d
parent2f6d42b9dfc5fb40ad59c5e81dab6298a192452b
Fix SIZE_MAX compiler warning when using stdint.h

This new symbol may be defined by the compiler. If it is, avoid a compiler
warning when USE_STDINT is defined.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/linux/kernel.h