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

Commit a574a514 authored by Prateek Sood's avatar Prateek Sood Committed by Gerrit - the friendly Code Review server
Browse files

msm_bus: fix compilation when CONFIG_DEBUG_FS is disabled



Fix compilation error when CONFIG_DEBUG_FS is disabled in
kona-perf_defconfig.

Change-Id: Id2f413362c5b34bbe099117b20b44721cbbb2ce5
Signed-off-by: default avatarPrateek Sood <prsood@codeaurora.org>
parent d9fee577
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2010-2012, 2014-2019, The Linux Foundation. All rights
 * Copyright (c) 2010-2012, 2014-2020, The Linux Foundation. All rights
 */

#define pr_fmt(fmt) "AXI: %s(): " fmt, __func__
@@ -21,7 +21,6 @@
#include "msm_bus_core.h"
#include "msm_bus_adhoc.h"

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

#define MAX_BUFF_SIZE 4096
+1 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
 */

#define pr_fmt(fmt) "AXI: %s(): " fmt, __func__
@@ -21,7 +21,6 @@
#include "msm_bus_core.h"
#include "msm_bus_rpmh.h"

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

#define MAX_BUFF_SIZE 4096
+2 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2014-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2014-2018, 2020, The Linux Foundation. All rights reserved.
 */

#include <linux/list_sort.h>
@@ -9,6 +9,7 @@
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/msm-bus.h>
#define CREATE_TRACE_POINTS
#include <trace/events/trace_msm_bus.h>

struct node_vote_info {