Skip to content

Commit b32968a

Browse files
konradybcioGeorgi Djakov
authored andcommitted
interconnect: qcom: icc-rpmh: Retire DEFINE_QNODE
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 9e62ccd commit b32968a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

drivers/interconnect/qcom/icc-rpmh.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,6 @@ struct qcom_icc_desc {
120120
size_t num_bcms;
121121
};
122122

123-
#define DEFINE_QNODE(_name, _id, _channels, _buswidth, ...) \
124-
static struct qcom_icc_node _name = { \
125-
.id = _id, \
126-
.name = #_name, \
127-
.channels = _channels, \
128-
.buswidth = _buswidth, \
129-
.num_links = ARRAY_SIZE(((int[]){ __VA_ARGS__ })), \
130-
.links = { __VA_ARGS__ }, \
131-
}
132-
133123
int qcom_icc_aggregate(struct icc_node *node, u32 tag, u32 avg_bw,
134124
u32 peak_bw, u32 *agg_avg, u32 *agg_peak);
135125
int qcom_icc_set(struct icc_node *src, struct icc_node *dst);

0 commit comments

Comments
 (0)