commit | 161786259ca43dc4cad40755b48f868768577270 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 10:15:55 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 03 22:19:54 2020 -0400 |
tree | 0f34dca603e5fd5d0d96280e65e19375ea33c4e7 | |
parent | 98eb4ce592d9109b53a75f1f0ff4cc470a597f1b [diff] |
usb: Drop dm.h header file This header file should not be included in other header files. Remove it and use a forward declaration instead. Also move the inline function out into a C file. We should not include C code in headers. Signed-off-by: Simon Glass <sjg@chromium.org>