commit | 614a9a22f627eca367056654ac00813cd840f08c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 10:15:42 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 03 22:19:54 2020 -0400 |
tree | c8fc19b55facdcc5e13f2e803f4a067895f504f5 | |
parent | ea8c043fe736deffb1cbf6cd34e6c58e39f53ced [diff] |
w1: 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>