debug_uart.h: make <debug_uart.h> self-contained
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 24 Feb 2020 17:24:54 +0000 (02:24 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 16 Mar 2020 20:42:50 +0000 (16:42 -0400)
commit77c4ba54c678d5c892e4b692640424dbfe649e30
tree46503c59207f9326da8bdd1915f0215c5d911d85
parent4ca281a56c35fb8c1cce934203821821ea1ed01c
debug_uart.h: make <debug_uart.h> self-contained

'uint' is not a primitive type. You need to include <linux/types.h>
or otherwise change it to (unsigned int).

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
include/debug_uart.h