commit | a6c5804e152fe77cec033f380fefd7e609649756 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 10:15:53 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 03 22:19:54 2020 -0400 |
tree | 6591d582cb69f5c204267e967bba2b8e79cd1b10 | |
parent | 8237eeb78adbae3b555f2507de799481c50f8ca9 [diff] |
nand: 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>