commit | 7130b9579d201b48ecf4ec80cdc9d19ec45fb0c2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 10:15:40 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 03 22:19:54 2020 -0400 |
tree | a6d706a4659889055eb48b367643cd0dae0cbefd | |
parent | 992b6033b77e403e4acb28c195523bb4799aca67 [diff] |
sf: Drop dm.h header file from spi_flash.h 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>