commit | cc7ffd3adc2e30cdd4b7154ecc7bd505ec258366 | [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 | e8c023c3f95622dace696be2f671a5eb01572c07 [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>