diff options
| author | 2020-12-07 11:32:19 +0100 | |
|---|---|---|
| committer | 2020-12-29 12:36:13 +0800 | |
| commit | f738957277bad824b422399a214b630d7832f884 (patch) | |
| tree | 11744810ab909b1aace22c47097847abd0ccdad9 /drivers/usb/cdns3/drd.c | |
| parent | usb: cdns3: Add support for DRD CDNSP (diff) | |
| download | linux-dev-f738957277bad824b422399a214b630d7832f884.tar.xz linux-dev-f738957277bad824b422399a214b630d7832f884.zip | |
usb: cdns3: Split core.c into cdns3-plat and core.c file
Patch splits file core.c into core.c containing the common reusable code
and cnd3-plat.c containing device platform specific code. These changes
are required to make possible reuse DRD part of CDNS3 driver in CDNSP
driver.
Signed-off-by: Pawel Laszczak <pawell@cadence.com>
Tested-by: Aswath Govindraju <a-govindraju@ti.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
Diffstat (limited to 'drivers/usb/cdns3/drd.c')
| -rw-r--r-- | drivers/usb/cdns3/drd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/cdns3/drd.c b/drivers/usb/cdns3/drd.c index 95863d44e3e0..ed8cde91a02c 100644 --- a/drivers/usb/cdns3/drd.c +++ b/drivers/usb/cdns3/drd.c @@ -14,7 +14,6 @@ #include <linux/delay.h> #include <linux/iopoll.h> #include <linux/usb/otg.h> -#include <linux/phy/phy.h> #include "gadget.h" #include "drd.h" |
