commit | ef8a4e652a903638e36765b95262a18c53a8c18a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 10:15:38 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 03 22:19:54 2020 -0400 |
tree | 9c3d1f801cf7c83cb8bcf082d9cba5996aff5e7d | |
parent | 75c4d4192b311a421e9368f6742be4a559da3d8f [diff] |
fs: fs-loader: Drop dm.h header file This header file should not be included in other header files. Remove it and use a forward declaration instead. Signed-off-by: Simon Glass <sjg@chromium.org>