]> 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>
Fri, 22 Mar 2013 04:33:17 +0000 (15:33 +1100)
commitf516c6d43d8602a5095dca91bc8fd59e3be190bc
tree9517ee7dfd475900f1676ee4530851ef8ba1ba79
parent426cef65b063cee0eb02c140d4a942e02aab35c7
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