diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2023-01-03 05:57:17 +0100 |
---|---|---|
committer | Georgi Djakov <djakov@kernel.org> | 2023-03-20 15:42:27 +0100 |
commit | 4c4161b4c81b632fc29002c324e996cbb79894e7 (patch) | |
tree | e922f18045cc060a9716d4c308b5900c91b905b9 /drivers/interconnect/qcom/sc7280.h | |
parent | interconnect: Skip call into provider if initial bw is zero (diff) | |
download | linux-4c4161b4c81b632fc29002c324e996cbb79894e7.tar.xz linux-4c4161b4c81b632fc29002c324e996cbb79894e7.zip |
interconnect: qcom: drop obsolete OSM_L3/EPSS defines
Since Qualcomm platforms have switched to the separate OSM_L3/EPSS
driver, old related defines became unused. Drop them now.
Suggested-by: Bjorn Andersson <andersson@kernel.org>
Fixes: 4529992c9474 ("interconnect: qcom: osm-l3: Use platform-independent node ids")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230103045717.1079067-1-dmitry.baryshkov@linaro.org
Signed-off-by: Georgi Djakov <djakov@kernel.org>
Diffstat (limited to 'drivers/interconnect/qcom/sc7280.h')
-rw-r--r-- | drivers/interconnect/qcom/sc7280.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/interconnect/qcom/sc7280.h b/drivers/interconnect/qcom/sc7280.h index 1fb9839b2c14..175e400305c5 100644 --- a/drivers/interconnect/qcom/sc7280.h +++ b/drivers/interconnect/qcom/sc7280.h @@ -150,7 +150,5 @@ #define SC7280_SLAVE_PCIE_1 139 #define SC7280_SLAVE_QDSS_STM 140 #define SC7280_SLAVE_TCU 141 -#define SC7280_MASTER_EPSS_L3_APPS 142 -#define SC7280_SLAVE_EPSS_L3 143 #endif |