commit | 340fd10e7b235681fe5996a89cc84dfcd5afafbd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 10:15:34 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 03 22:19:54 2020 -0400 |
tree | 3b05850310dd8791798de4668b9945160c890d2a | |
parent | defce58181e962f9c9979091ac4726cfcded63e7 [diff] |
mtd: spi-mem: 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>