Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: qcom: gcc-sdm660: drop redundant F define

The same exact F frequency table entry is defined in clk-rcg.h
Drop the redundant define to cleanup code.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230417174408.23722-2-ansuelsmth@gmail.com

authored by

Christian Marangi and committed by
Bjorn Andersson
bbd899f5 923f7d67

-2
-2
drivers/clk/qcom/gcc-sdm660.c
··· 25 25 #include "reset.h" 26 26 #include "gdsc.h" 27 27 28 - #define F(f, s, h, m, n) { (f), (s), (2 * (h) - 1), (m), (n) } 29 - 30 28 enum { 31 29 P_XO, 32 30 P_SLEEP_CLK,