[PATCH v1 01/11] tracing: Include linux/types.h in trace_remote_event.h

Steven Rostedt rostedt at goodmis.org
Mon Jul 20 11:32:11 PDT 2026


On Mon, 20 Jul 2026 17:13:33 +0100
Fuad Tabba <fuad.tabba at linux.dev> 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 at goodmis.org.

-- Steve



More information about the linux-arm-kernel mailing list