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 /include | |
| 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 'include')
| -rw-r--r-- | include/trace/events/firewire.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/firewire.h b/include/trace/events/firewire.h index 5ccc0d91b220..1a18533778f1 100644 --- a/include/trace/events/firewire.h +++ b/include/trace/events/firewire.h @@ -11,7 +11,7 @@ #include <linux/firewire-constants.h> -#include "../../../drivers/firewire/packet-header-definitions.h" +// Some macros are defined in 'drivers/firewire/packet-header-definitions.h'. // The content of TP_printk field is preprocessed, then put to the module binary. #define ASYNC_HEADER_GET_DESTINATION(header) \ |
