Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

firewire: core: undefine macros after use in tracepoints events

Some macros are defined in tracepoints events. They should be back to
undefined state after use.

Link: https://lore.kernel.org/r/20240623083900.777897-1-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>

+8
+8
include/trace/events/firewire.h
··· 428 428 ) 429 429 ); 430 430 431 + #undef PHY_PACKET_SELF_ID_GET_PHY_ID 432 + #undef PHY_PACKET_SELF_ID_GET_LINK_ACTIVE 433 + #undef PHY_PACKET_SELF_ID_GET_GAP_COUNT 434 + #undef PHY_PACKET_SELF_ID_GET_SCODE 435 + #undef PHY_PACKET_SELF_ID_GET_CONTENDER 436 + #undef PHY_PACKET_SELF_ID_GET_POWER_CLASS 437 + #undef PHY_PACKET_SELF_ID_GET_INITIATED_RESET 438 + 431 439 #undef QUADLET_SIZE 432 440 433 441 #endif // _FIREWIRE_TRACE_EVENT_H