commit | c2848cc2c35ccaedb10f23c3ee2a46ffdcc0de0c | [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 | 0e1fad4382fbceb630d09e7009afe1b1b31a64d6 [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>