commit | 61adc049b79d2ba7f54d91ffdc95875c3a6f9b62 | [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 | 0b700eb36df4a7e7939c2d47e0168101adc2810c [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>