commit | 8237eeb78adbae3b555f2507de799481c50f8ca9 | [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 | 51a8b7088478110f9f80c1dba6a51093174e0c45 [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>