commit | 7fe1b063d8eef2549bd53d618dcecb6723e1354c | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Mon Jan 15 11:06:53 2018 +0100 |
committer | Simon Glass <sjg@chromium.org> | Sun Jan 21 10:01:02 2018 -0700 |
tree | 889b6b789efdf89e610c2403fa38a07fa3273b2e | |
parent | e2db9e7a06ad4b9eb174859c2a27856fd2af97ad [diff] |
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>