commit | e4871060d520f3e9df834380ef094518d7a1f324 | [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 | a6a04636dfce62e8fe65675accce799a1e337943 [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>