]> git.baikalelectronics.ru Git - uboot.git/commit
stdio.h: move printf() stuff from <common.h> to <stdio.h>
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 16 Sep 2017 05:10:39 +0000 (14:10 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 4 Oct 2017 11:55:21 +0000 (07:55 -0400)
commit981b0d4cae9d154665638573d43a8f931c7ea0b1
tree0afa89044ca7886ed52a129f108d249b74c08aae
parent04592ff48d26bc50db8d3f58dc155dd47f178e01
stdio.h: move printf() stuff from <common.h> to <stdio.h>

<common.h> pulls in a lot of headers.  Including it from every .c
file is a bad idea.  We need to remove contents until it contains
nothing.

Move printf() and friends to <stdio.h>.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/common.h
include/stdio.h [new file with mode: 0644]