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

Commit 4ac0f4aa authored by Rahul Sharma's avatar Rahul Sharma Committed by Gerrit - the friendly Code Review server
Browse files

msm: clk: qcom: Correct TRACE_INCLUDE_PATH



Macro definition of 'TRACE_INCLUDE_PATH' would result
in warning. This patch fix warnings when used in GCC
environment.

Change-Id: Ic2eb08922fcd7024b67243be18da302b9f38064e
Signed-off-by: default avatarRahul Sharma <rahsha@codeaurora.org>
parent e80972da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -112,5 +112,5 @@ TRACE_EVENT(mdss_pll_trace_counter,

/* This part must be outside protection */
#undef TRACE_INCLUDE_PATH
#define TRACE_INCLUDE_PATH .
#define TRACE_INCLUDE_PATH ../../drivers/clk/qcom/mdss/
#include <trace/define_trace.h>