summaryrefslogtreecommitdiff
path: root/drivers/clk/qcom/gcc-sa8775p.c
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-01-23 13:33:38 +0300
committerBjorn Andersson <andersson@kernel.org>2023-02-09 03:13:16 +0300
commite710abbb1740e60c9f09907cd97e1270055ecdb2 (patch)
treeef35c97ab3ee8ab85701356d6cd47216c3bc4b31 /drivers/clk/qcom/gcc-sa8775p.c
parent8bb18e6e164606dac9314349a416e52bdf3410e2 (diff)
downloadlinux-e710abbb1740e60c9f09907cd97e1270055ecdb2.tar.xz
clk: qcom: gcc-sa8775p: remove unused variables
There are four struct definitions in the driver that aren't used so remove them. Reported-by: kernel test robot <lkp@intel.com> Fixes: ed432b1ed00a ("clk: qcom: add the GCC driver for sa8775p") Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230123103338.230320-1-brgl@bgdev.pl
Diffstat (limited to 'drivers/clk/qcom/gcc-sa8775p.c')
-rw-r--r--drivers/clk/qcom/gcc-sa8775p.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/clk/qcom/gcc-sa8775p.c b/drivers/clk/qcom/gcc-sa8775p.c
index 6065a0faebaa..bb94ff367abd 100644
--- a/drivers/clk/qcom/gcc-sa8775p.c
+++ b/drivers/clk/qcom/gcc-sa8775p.c
@@ -310,16 +310,6 @@ static const struct clk_parent_data gcc_parent_data_9[] = {
{ .index = DT_BI_TCXO },
};
-static const struct parent_map gcc_parent_map_10[] = {
- { P_PCIE_0_PIPE_CLK, 0 },
- { P_BI_TCXO, 2 },
-};
-
-static const struct clk_parent_data gcc_parent_data_10[] = {
- { .index = DT_PCIE_0_PIPE_CLK },
- { .index = DT_BI_TCXO },
-};
-
static const struct parent_map gcc_parent_map_11[] = {
{ P_PCIE_PHY_AUX_CLK, 1 },
{ P_BI_TCXO, 2 },
@@ -330,16 +320,6 @@ static const struct clk_parent_data gcc_parent_data_11[] = {
{ .index = DT_BI_TCXO },
};
-static const struct parent_map gcc_parent_map_12[] = {
- { P_PCIE_1_PIPE_CLK, 0 },
- { P_BI_TCXO, 2 },
-};
-
-static const struct clk_parent_data gcc_parent_data_12[] = {
- { .index = DT_PCIE_1_PIPE_CLK },
- { .index = DT_BI_TCXO },
-};
-
static const struct parent_map gcc_parent_map_13[] = {
{ P_BI_TCXO, 0 },
{ P_GCC_GPLL0_OUT_MAIN, 1 },