]> git.baikalelectronics.ru Git - kernel.git/commit
include/linux/printk.h: include stdarg.h
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 29 Apr 2013 23:17:19 +0000 (16:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Apr 2013 01:28:13 +0000 (18:28 -0700)
commitdc43091aa02eb564b03881336c2c34c9a854842d
treeb2fd354c2d9fa092a4348e1a758a14047fd38b3f
parentbfd0f74cb3328ac4081f47ea469e067af76970ba
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/printk.h