commit | 96d573670d0cd328db1347bb5b0d22fdaaf6f60f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 17:25:22 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Fri Mar 26 17:03:08 2021 +1300 |
tree | c4804509facec3f00bff586f8a1fb2eb9f2f7147 | |
parent | 96113c1244e0a381a9e257f2456941cb3300fde0 [diff] |
clk: sandbox: Move priv/plat data to a header file At present the structs used by this driver are not accessible outside it, so cannot be used with OF_PLATDATA_INST. Move them to a header file to fix this. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>