Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a77d31b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: msm_bus: Fix bus scaling tracing compile time error"

parents e7bac6b5 f378620a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
#include "msm_bus_core.h"

#define CREATE_TRACE_POINTS
#include <mach/trace_msm_bus.h>
#include <trace/events/trace_msm_bus.h>

#define MAX_BUFF_SIZE 4096
#define FILL_LIMIT 128
+0 −2
Original line number Diff line number Diff line
@@ -59,7 +59,5 @@ TRACE_EVENT(bus_update_request,
		(unsigned long long)__entry->ib)
);
#endif
#undef TRACE_INCLUDE_PATH
#define TRACE_INCLUDE_PATH mach
#define TRACE_INCLUDE_FILE trace_msm_bus
#include <trace/define_trace.h>