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

Commit f378620a authored by Dan Sneddon's avatar Dan Sneddon
Browse files

msm: msm_bus: Fix bus scaling tracing compile time error



Move the bus scaling trace file to a non-architecture specific
location since the bus scaling device driver is compiled on
multiple architectures.

Change-Id: Ia39818aa18a35e2ccb1780db0149789439c3d391
Signed-off-by: default avatarDan Sneddon <dsneddon@codeaurora.org>
parent 1bd946f4
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>