diff options
author | Heiko Stuebner <heiko@sntech.de> | 2016-04-19 21:17:55 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-04-19 21:17:55 +0200 |
commit | 2b4e6286484c3eeae2c80063c510166c63d7cb85 (patch) | |
tree | 5eb8e01e06adf3baac6eefd058ae2fb26cebbff8 /drivers/clk/rockchip | |
parent | 995d3fdeb2f2d362b1b6bf26656c417452939a1a (diff) | |
download | linux-2b4e6286484c3eeae2c80063c510166c63d7cb85.tar.bz2 |
clk: rockchip: drop unnecessary header comment
The internal clk header did contain a comment indicating that some of the
defined registers were shared over multiple clock controller variants.
In recent times, it was simply extended all the time and stopped providing
any meaningful information, so drop it and it's overlong line.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'drivers/clk/rockchip')
-rw-r--r-- | drivers/clk/rockchip/clk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/rockchip/clk.h b/drivers/clk/rockchip/clk.h index 880349f6d3d7..4a355bf1d69a 100644 --- a/drivers/clk/rockchip/clk.h +++ b/drivers/clk/rockchip/clk.h @@ -34,7 +34,6 @@ struct clk; #define HIWORD_UPDATE(val, mask, shift) \ ((val) << (shift) | (mask) << ((shift) + 16)) -/* register positions shared by RK2928, RK3036, RK3066, RK3188, RK3228, RK3399 */ #define RK2928_PLL_CON(x) ((x) * 0x4) #define RK2928_MODE_CON 0x40 #define RK2928_CLKSEL_CON(x) ((x) * 0x4 + 0x44) |