[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20240822134225.3738847-1-yuehaibing@huawei.com>
Date: Thu, 22 Aug 2024 21:42:25 +0800
From: Yue Haibing <yuehaibing@...wei.com>
To: <suzuki.poulose@....com>, <mike.leach@...aro.org>,
<james.clark@...aro.org>, <alexander.shishkin@...ux.intel.com>
CC: <coresight@...ts.linaro.org>, <linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, <yuehaibing@...wei.com>
Subject: [PATCH -next] coresight: Remove unused declaration get_etm_config()
Commit 1925a470ce69 ("coresight: etm3x: splitting struct etm_drvdata")
declar this but never implemented.
Signed-off-by: Yue Haibing <yuehaibing@...wei.com>
---
drivers/hwtracing/coresight/coresight-etm.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/hwtracing/coresight/coresight-etm.h b/drivers/hwtracing/coresight/coresight-etm.h
index e02c3ea972c9..e1deddb6873e 100644
--- a/drivers/hwtracing/coresight/coresight-etm.h
+++ b/drivers/hwtracing/coresight/coresight-etm.h
@@ -283,7 +283,6 @@ static inline unsigned int etm_readl(struct etm_drvdata *drvdata, u32 off)
extern const struct attribute_group *coresight_etm_groups[];
void etm_set_default(struct etm_config *config);
void etm_config_trace_mode(struct etm_config *config);
-struct etm_config *get_etm_config(struct etm_drvdata *drvdata);
int etm_read_alloc_trace_id(struct etm_drvdata *drvdata);
void etm_release_trace_id(struct etm_drvdata *drvdata);
#endif
--
2.34.1
Powered by blists - more mailing lists