From: Andrew Morton Date: Mon, 29 Apr 2013 23:17:19 +0000 (-0700) Subject: include/linux/printk.h: include stdarg.h X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~123^2~277 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b2c289b4f9018f4bd54d22ab54aaeda9181cd2a;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed