include: kernel.h: include printk.h
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Wed, 13 Nov 2019 00:44:51 +0000 (09:44 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 6 Dec 2019 21:44:19 +0000 (16:44 -0500)
commit29852bfc2296152baf31958092eb1f7384359185
tree87ebaf59f491c5a2ca7dac7d27ca02876d509234
parent18723117271370e480f8ca9495f8850522fabb74
include: kernel.h: include printk.h

Adding "printk.h" will help improve portability from linux kernel
code (in my case, lib/asn1_decoder.c and others) where printf and
pr_* variant functions are used.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
include/linux/kernel.h