That seemed to cause built issue when marker.h is included early, even though stdargs.h is included in kernel.h. Impact: bugfix. From: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> CC: 'Ingo Molnar' <mingo@elte.hu> CC: Lai Jiangshan <laijs@cn.fujitsu.com> --- include/linux/marker.h | 1 + 1 file changed, 1 insertion(+) Index: linux-2.6-lttng/include/linux/marker.h =================================================================== --- linux-2.6-lttng.orig/include/linux/marker.h 2008-11-14 16:58:54.000000000 -0500 +++ linux-2.6-lttng/include/linux/marker.h 2008-11-14 16:59:00.000000000 -0500 @@ -12,6 +12,7 @@ * See the file COPYING for more details. */ +#include <stdarg.h> #include <linux/types.h> struct module; -- Mathieu Desnoyers OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/