]> 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>
Thu, 21 Mar 2013 05:33:57 +0000 (16:33 +1100)
commitbbd93f6356da847a2ea05fbf6964a6b3939333f6
tree20544b25ee670cf94364f432ff4d5095ac81fbc1
parent5b9c4c57cd439ad7ac12f3c0f3cd182ca6eb48c1
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