linux/types.h: add typedef of uintptr_t
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 17 Oct 2017 13:30:19 +0000 (22:30 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 17 Nov 2017 12:44:13 +0000 (07:44 -0500)
commit1c4b453ad2a62d0243ae5fd6657f2d6b7eb7332d
treed2dc263e640313d2fb438b1c288b522b895b9d1b
parentb38ad663a4b4ccd91a43b12e2d65179dbd2b40cb
linux/types.h: add typedef of uintptr_t

Add this typedef in the same place as in Linux.  This is necessary
to refactor libfdt inclusion.

U-Boot also defines it in include/compiler.h.  Of course it should
not do that, but I do not want to open a can of worms.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/linux/types.h