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)
commit7fe1b063d8eef2549bd53d618dcecb6723e1354c
tree889b6b789efdf89e610c2403fa38a07fa3273b2e
parente2db9e7a06ad4b9eb174859c2a27856fd2af97ad
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