clk: xilinx: Drop duplicate depends on COMMON_CLK
authorStephen Boyd <sboyd@kernel.org>
Mon, 3 Oct 2022 20:31:03 +0000 (13:31 -0700)
committerStephen Boyd <sboyd@kernel.org>
Mon, 17 Oct 2022 22:30:00 +0000 (15:30 -0700)
commit2875a2f3f18359517e1720cf252ee5e7c2d6c29d
tree6c530b2f2fc1e31a734e23e1e018b85928832107
parent9abf2313adc1ca1b6180c508c25f22f9395cc780
clk: xilinx: Drop duplicate depends on COMMON_CLK

This entire Kconfig file is only included within the if COMMON_CLK
section of the drivers/clk/Kconfig file. That makes the depends on
COMMON_CLK here redundant. Remove it.

Cc: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20221003203103.2705007-1-sboyd@kernel.org
drivers/clk/xilinx/Kconfig