]> git.baikalelectronics.ru Git - uboot.git/commit
clk: Remove superfluous gd declarations
authorMario Six <mario.six@gdsys.cc>
Mon, 15 Jan 2018 10:06:53 +0000 (11:06 +0100)
committerSimon Glass <sjg@chromium.org>
Sun, 21 Jan 2018 17:01:02 +0000 (10:01 -0700)
commit36187fef20992bbf4d194287957b42cf8730f3ce
tree889b6b789efdf89e610c2403fa38a07fa3273b2e
parent068d04140d1bcdf0a954aa8d118b7920ec9d72ff
clk: Remove superfluous gd declarations

The clk uclass was converted to support a live device tree recently,
hence the global data pointer declarations are no longer needed.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
drivers/clk/clk-uclass.c
drivers/clk/clk_fixed_rate.c