Re: [PATCH v1 01/11] tracing: Include linux/types.h in trace_remote_event.h
From: Steven Rostedt
Date: Mon Jul 20 2026 - 14:37:27 EST
On Mon, 20 Jul 2026 17:13:33 +0100
Fuad Tabba <fuad.tabba@xxxxxxxxx> wrote:
> diff --git a/include/linux/trace_remote_event.h b/include/linux/trace_remote_event.h
> index c8ae1e1f5e721..e4cc2d4497bcf 100644
> --- a/include/linux/trace_remote_event.h
> +++ b/include/linux/trace_remote_event.h
> @@ -3,6 +3,8 @@
> #ifndef _LINUX_TRACE_REMOTE_EVENTS_H
> #define _LINUX_TRACE_REMOTE_EVENTS_H
>
> +#include <linux/types.h>
> +
> struct trace_remote;
> struct trace_event_fields;
> struct trace_seq;
I don't know if this is correct or not, but here's my ack so others can
decide and take it through their trees.
Acked-by: Steven Rostedt <rostedt@xxxxxxxxxxx.
-- Steve