diff options
author | Taniya Das <tdas@codeaurora.org> | 2018-06-23 16:19:25 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-07-07 01:45:51 +0200 |
commit | da172d2b6ba8c98101b9c18a986758662a91adbb (patch) | |
tree | 1e908726fc852a7f6d4890bf8bb194302893c3ba /drivers/clk/qcom/videocc-sdm845.c | |
parent | Linux 4.18-rc1 (diff) | |
download | linux-da172d2b6ba8c98101b9c18a986758662a91adbb.tar.xz linux-da172d2b6ba8c98101b9c18a986758662a91adbb.zip |
clk: qcom: Move frequency table macro to common file
Frequency table macro is used by multiple clock drivers, move frequency
table macro to common header file.
Signed-off-by: Taniya Das <tdas@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/qcom/videocc-sdm845.c')
-rw-r--r-- | drivers/clk/qcom/videocc-sdm845.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/qcom/videocc-sdm845.c b/drivers/clk/qcom/videocc-sdm845.c index 9073b7a710ac..5d6a7724a194 100644 --- a/drivers/clk/qcom/videocc-sdm845.c +++ b/drivers/clk/qcom/videocc-sdm845.c @@ -18,8 +18,6 @@ #include "clk-pll.h" #include "gdsc.h" -#define F(f, s, h, m, n) { (f), (s), (2 * (h) - 1), (m), (n) } - enum { P_BI_TCXO, P_CORE_BI_PLL_TEST_SE, |