diff options
author | André Draszik <andre.draszik@linaro.org> | 2024-02-01 17:11:37 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2024-02-07 16:28:59 +0100 |
commit | d16f237bda057b7432f8e42f86d23da2cf088a2e (patch) | |
tree | 98052667f96c237de7ddad989989ca7b0bdf66fc /drivers/clk/samsung | |
parent | clk: samsung: exynos850: Propagate SPI IPCLK rate change (diff) | |
download | linux-d16f237bda057b7432f8e42f86d23da2cf088a2e.tar.xz linux-d16f237bda057b7432f8e42f86d23da2cf088a2e.zip |
clk: samsung: gs101: drop extra empty line
There is an extra empty line here which doesn't exist in any of the
other cmu code blocks in this file.
Drop it to align cmu_top with the rest of the file.
Signed-off-by: André Draszik <andre.draszik@linaro.org>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Link: https://lore.kernel.org/r/20240201161258.1013664-2-andre.draszik@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'drivers/clk/samsung')
-rw-r--r-- | drivers/clk/samsung/clk-gs101.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/samsung/clk-gs101.c b/drivers/clk/samsung/clk-gs101.c index 61bb0dcf84ee..49baf7640ef1 100644 --- a/drivers/clk/samsung/clk-gs101.c +++ b/drivers/clk/samsung/clk-gs101.c @@ -25,7 +25,6 @@ /* ---- CMU_TOP ------------------------------------------------------------- */ /* Register Offset definitions for CMU_TOP (0x1e080000) */ - #define PLL_LOCKTIME_PLL_SHARED0 0x0000 #define PLL_LOCKTIME_PLL_SHARED1 0x0004 #define PLL_LOCKTIME_PLL_SHARED2 0x0008 |