diff options
| author | Tom Rini <[email protected]> | 2024-05-01 19:31:30 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:56 -0600 |
| commit | 12a8b0dcaec239c53bc69b3df0abc0f4d5454309 (patch) | |
| tree | 92d24f7bb8fc63c3a9cca22ad8a435185612faa7 /drivers/usb/cdns3 | |
| parent | 5771d4eed64b7e064bcd9678443085a0cd4d8caf (diff) | |
usb: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed
add missing include files directly.
Reviewed-by: Mattijs Korpershoek <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3')
| -rw-r--r-- | drivers/usb/cdns3/cdns3-ti.c | 1 | ||||
| -rw-r--r-- | drivers/usb/cdns3/core.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/cdns3/cdns3-ti.c b/drivers/usb/cdns3/cdns3-ti.c index 2e44aadea47..ac072260c30 100644 --- a/drivers/usb/cdns3/cdns3-ti.c +++ b/drivers/usb/cdns3/cdns3-ti.c @@ -5,7 +5,6 @@ * Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com */ -#include <common.h> #include <clk.h> #include <dm.h> #include <dm/device_compat.h> diff --git a/drivers/usb/cdns3/core.c b/drivers/usb/cdns3/core.c index 12a741c6ea7..b4e931646b8 100644 --- a/drivers/usb/cdns3/core.c +++ b/drivers/usb/cdns3/core.c @@ -11,7 +11,6 @@ * Roger Quadros <[email protected]> */ -#include <common.h> #include <dm.h> #include <log.h> #include <dm/device-internal.h> |
