]> git.ipfire.org Git - people/ms/u-boot.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)
commit7fea7b1a37ad2b1c1e92bd87f7c6a1877d70e579
tree0afa89044ca7886ed52a129f108d249b74c08aae
parent39dd65a059e503883dbf16d4c00ac083d15837da
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]