diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-12-26 16:59:14 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-12-26 16:59:14 -0800 |
commit | f7dbd84fd49e487df68b3a95780c275d7da1891c (patch) | |
tree | 87363bb81a6c84b12336e78425994822867de4c8 /drivers/usb/chipidea/debug.c | |
parent | 87cf5586fdc91ea3b27739372af430b35b9c99db (diff) | |
parent | 8c100e74409ad3bbcb8a1ccdff4540fc0aa7a0fc (diff) | |
download | lwn-f7dbd84fd49e487df68b3a95780c275d7da1891c.tar.gz lwn-f7dbd84fd49e487df68b3a95780c275d7da1891c.zip |
Merge tag 'usb-ci-v4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-testing
Peter writes:
The chipidea changes for v4.5-rc1
- Delete static debug for chipidea driver.
- Suspend USB core when A device tries to switch to peripheral mode,
at former design, it just stopped SoF simply but USB core doesn't know it.
- Several small changes.
Diffstat (limited to 'drivers/usb/chipidea/debug.c')
-rw-r--r-- | drivers/usb/chipidea/debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/chipidea/debug.c b/drivers/usb/chipidea/debug.c index 58c8485a0715..a4f7db2e18dd 100644 --- a/drivers/usb/chipidea/debug.c +++ b/drivers/usb/chipidea/debug.c @@ -15,7 +15,6 @@ #include "ci.h" #include "udc.h" #include "bits.h" -#include "debug.h" #include "otg.h" /** |