From: Johannes Berg Date: Wed, 31 Jan 2024 15:49:07 +0000 (+0100) Subject: wifi: mac80211: remove unused MAX_MSG_LEN define X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2fd53eb04c492eb9a2b06f994b36e5cf34ba7541;p=users%2Fwilly%2Flinux.git wifi: mac80211: remove unused MAX_MSG_LEN define This got unused when the tracing was converted to dynamic strings, so the define can be removed. Signed-off-by: Johannes Berg --- diff --git a/net/mac80211/trace_msg.h b/net/mac80211/trace_msg.h index c9dbe9aab7bd..aea4ce55c5ac 100644 --- a/net/mac80211/trace_msg.h +++ b/net/mac80211/trace_msg.h @@ -16,8 +16,6 @@ #undef TRACE_SYSTEM #define TRACE_SYSTEM mac80211_msg -#define MAX_MSG_LEN 120 - DECLARE_EVENT_CLASS(mac80211_msg_event, TP_PROTO(struct va_format *vaf),