]> git.karo-electronics.de Git - karo-tx-linux.git/commit
include/linux/printk.h: include stdarg.h
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 26 Mar 2013 23:24:52 +0000 (10:24 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 2 Apr 2013 07:29:16 +0000 (18:29 +1100)
commit908a4c0e8b318e36c3c1e0288b62aa598f80510c
tree5c541ca7c522be2a8bab21c66a1dcd642efb3987
parent210a0d4d42141e9abfd944909d29b732158440db
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