commit | 00ed2a16894740e8d4cfa281a00dd589a7e87d3a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 10:15:59 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 03 22:19:54 2020 -0400 |
tree | 3ea0bfaa597c7a2adcdc35b447b9d12726e92e20 | |
parent | 45a145db9f5424c62f29ed6b1646ea6c104dd5e1 [diff] |
dm: core: Guard against including dm.h in header files Header files generally should not include header files just for a struct, since forward declarations work just as well and reduce overhead. Add a warning for dm.h being included, since this has crept into U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org>