commit | 98eb4ce592d9109b53a75f1f0ff4cc470a597f1b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 10:15:54 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 03 22:19:54 2020 -0400 |
tree | 530558448c4f15c5763d4e015ed640acbb170dc7 | |
parent | 4a953b1f7e94f757799c9e6e4066976e92f41fd9 [diff] |
ufs: Drop dm.h header file This header file should not be included in other header files. Remove it and use a forward declaration instead. Also drop asm/io.h Signed-off-by: Simon Glass <sjg@chromium.org>