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

Configure Feed

Select the types of activity you want to include in your feed.

clk: qcom: gcc-ipq6018: 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-1-ansuelsmth@gmail.com

authored by

Christian Marangi and committed by
Bjorn Andersson
923f7d67 2f9b2096

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