commit | c273da076553d72b4a3542efcc97cc7313604dea | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 10:15:52 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 03 22:19:54 2020 -0400 |
tree | b498c28932f3e49aae4ab1f8926bc75806265581 | |
parent | dcd7c906d03829ce3a641c2a67edfe242dcea714 [diff] |
adc: Drop dm.h header file This header file should not be included in other header files. Remove it and use a forward declaration instead. Drop the common.h inclusion also. Signed-off-by: Simon Glass <sjg@chromium.org>