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

Commit 26b219ff authored by Anant Goel's avatar Anant Goel
Browse files

msm: ipa: Correct TRACE_INCLUDE_PATH



The macro definition of 'TRACE_INCLUDE_PATH' would
result in a warning. This patch fixes the warnings
when used in a GCC environment.

Change-Id: Ie3ed621f16964237ddf1d001cb5816222590a663
Signed-off-by: default avatarAnant Goel <anantg@codeaurora.org>
parent 78bed541
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2020, 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
@@ -77,5 +77,5 @@ TRACE_EVENT(

/* This part must be outside protection */
#undef TRACE_INCLUDE_PATH
#define TRACE_INCLUDE_PATH .
#define TRACE_INCLUDE_PATH ../../drivers/platform/msm/ipa/ipa_clients
#include <trace/define_trace.h>
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2020, 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
@@ -186,5 +186,5 @@ TRACE_EVENT(

/* This part must be outside protection */
#undef TRACE_INCLUDE_PATH
#define TRACE_INCLUDE_PATH .
#define TRACE_INCLUDE_PATH ../../drivers/platform/msm/ipa/ipa_v3
#include <trace/define_trace.h>