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

Commit d94bc76a authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "coresight: Make coresight functions as inline"

parents c236ef40 24db3439
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (c) 2012,2017-2018 The Linux Foundation. All rights reserved.
 * Copyright (c) 2012,2017-2018,2021, The Linux Foundation. All rights reserved.
 */

#ifndef _LINUX_CORESIGHT_H
@@ -325,8 +325,8 @@ static inline void coresight_abort(void) {}
static inline void coresight_disable_reg_clk(struct coresight_device *csdev) {}
static inline int coresight_enable_reg_clk(struct coresight_device *csdev)
{ return -EINVAL; }
static void coresight_disable_all_source_link(void) {};
static void coresight_enable_all_source_link(void) {};
static inline void coresight_disable_all_source_link(void) {};
static inline void coresight_enable_all_source_link(void) {};
static inline int coresight_claim_device_unlocked(void __iomem *base)
{
	return -EINVAL;