Skip to content

Commit a18e26a

Browse files
konradybcioGeorgi Djakov
authored andcommitted
interconnect: qcom: icc-rpmh: Retire DEFINE_QBCM
This helper has no users anymore. Kill it with heavy fire. Signed-off-by: Konrad Dybcio <[email protected]> Reviewed-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Georgi Djakov <[email protected]>
1 parent edd13c0 commit a18e26a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

drivers/interconnect/qcom/bcm-voter.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@
1212

1313
#include "icc-rpmh.h"
1414

15-
#define DEFINE_QBCM(_name, _bcmname, _keepalive, ...) \
16-
static struct qcom_icc_bcm _name = { \
17-
.name = _bcmname, \
18-
.keepalive = _keepalive, \
19-
.num_nodes = ARRAY_SIZE(((struct qcom_icc_node *[]){ __VA_ARGS__ })), \
20-
.nodes = { __VA_ARGS__ }, \
21-
}
22-
2315
struct bcm_voter *of_bcm_voter_get(struct device *dev, const char *name);
2416
void qcom_icc_bcm_voter_add(struct bcm_voter *voter, struct qcom_icc_bcm *bcm);
2517
int qcom_icc_bcm_voter_commit(struct bcm_voter *voter);

0 commit comments

Comments
 (0)