mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
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>
This commit is contained in:
@@ -428,6 +428,14 @@ TRACE_EVENT(self_id_sequence,
|
||||
)
|
||||
);
|
||||
|
||||
#undef PHY_PACKET_SELF_ID_GET_PHY_ID
|
||||
#undef PHY_PACKET_SELF_ID_GET_LINK_ACTIVE
|
||||
#undef PHY_PACKET_SELF_ID_GET_GAP_COUNT
|
||||
#undef PHY_PACKET_SELF_ID_GET_SCODE
|
||||
#undef PHY_PACKET_SELF_ID_GET_CONTENDER
|
||||
#undef PHY_PACKET_SELF_ID_GET_POWER_CLASS
|
||||
#undef PHY_PACKET_SELF_ID_GET_INITIATED_RESET
|
||||
|
||||
#undef QUADLET_SIZE
|
||||
|
||||
#endif // _FIREWIRE_TRACE_EVENT_H
|
||||
|
||||
Reference in New Issue
Block a user