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

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

Merge "soc: qcom: pil: Fix CONFIG_MSM_PIL not defined compile fail"

parents 0e6e8a2a 621478b7
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017, 2018 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
@@ -40,6 +40,7 @@ TRACE_EVENT(pil_event,
		__get_str(fw_name))
);

#ifdef CONFIG_MSM_PIL
TRACE_EVENT(pil_notif,

	TP_PROTO(const char *event_name, unsigned long code,
@@ -64,6 +65,9 @@ TRACE_EVENT(pil_notif,
		__entry->code,
		__get_str(fw_name))
);
#else
#define trace_pil_notif(event_name, code, fw_name) do { } while (0)
#endif

TRACE_EVENT(pil_func,