diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2024-06-06 02:51:54 +0300 |
---|---|---|
committer | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2024-06-17 02:37:03 +0300 |
commit | 1ccfd1a4c809d99891142c1bb9851daa42e40f0d (patch) | |
tree | 4b873341e98e708ba71b5a2e5ad4e697ef571b26 /drivers/firewire/packet-header-definitions.h | |
parent | f9a228364e5e2e80ea964214806d7b65b8ec93fb (diff) | |
download | linux-1ccfd1a4c809d99891142c1bb9851daa42e40f0d.tar.xz |
firewire: core: arrangement header inclusion for tracepoints events
It is a bit inconvenient to put the relative path to local header from
tree-wide header.
This commit delegates the selection to include headers into users.
Link: https://lore.kernel.org/r/20240605235155.116468-11-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Diffstat (limited to 'drivers/firewire/packet-header-definitions.h')
-rw-r--r-- | drivers/firewire/packet-header-definitions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/firewire/packet-header-definitions.h b/drivers/firewire/packet-header-definitions.h index ab9d0fa790d4..87a5a31845c3 100644 --- a/drivers/firewire/packet-header-definitions.h +++ b/drivers/firewire/packet-header-definitions.h @@ -7,6 +7,8 @@ #ifndef _FIREWIRE_PACKET_HEADER_DEFINITIONS_H #define _FIREWIRE_PACKET_HEADER_DEFINITIONS_H +#include <linux/types.h> + #define ASYNC_HEADER_QUADLET_COUNT 4 #define ASYNC_HEADER_Q0_DESTINATION_SHIFT 16 |