]> git.karo-electronics.de Git - karo-tx-linux.git/commit
include/linux/printk.h: include stdarg.h
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 20 Mar 2013 04:07:34 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Mar 2013 04:22:55 +0000 (15:22 +1100)
commitdae59e5690b88b81b2df9bf809d4edf1e53ed930
treeb896fc654896879cf0d1a4967330fdd641a02eb3
parentf3b2e7bcdf1b6b4db8ccb7d151c07809f24c91e3
include/linux/printk.h: include stdarg.h

printk.h uses va_list but doesn't include stdarg.h.  Hence printk.h is
unusable unless its includer has already included kernel.h (which includes
stdarg.h).

Remove the dependency by including stdarg.h in printk.h

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/printk.h