commit | 8d0defa44b7faf2eee13a37b525a5c0802d40517 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 17:25:45 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Fri Mar 26 17:03:09 2021 +1300 |
tree | c4a890f00c219af93ecea02108615be93f34725e | |
parent | 72db28ee6833ee2bd1ce6dd9148f49538409c58c [diff] |
x86: apl: Fix the header order in pmc The dm.h header should come first. In fact it needs to, since otherwise the driver model definitions are not available to dt-structs.h Fix this, since it causes problems with OF_PLATDATA_INST. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>