clk: rockchip: drop unnecessary header comment
authorHeiko Stuebner <heiko@sntech.de>
Tue, 19 Apr 2016 19:17:55 +0000 (21:17 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 19 Apr 2016 19:17:55 +0000 (21:17 +0200)
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>
drivers/clk/rockchip/clk.h

index 880349f6d3d72ee7d0ac30c16ecf4c4a51c76cfd..4a355bf1d69a776dd9291036044f825807aa62e9 100644 (file)
@@ -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)
This page took 0.02474 seconds and 5 git commands to generate.