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/phy | |
| 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/phy')
| -rw-r--r-- | drivers/usb/phy/rockchip_usb2_phy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/phy/rockchip_usb2_phy.c b/drivers/usb/phy/rockchip_usb2_phy.c index c46ad86d3d6..9ec5b2d172b 100644 --- a/drivers/usb/phy/rockchip_usb2_phy.c +++ b/drivers/usb/phy/rockchip_usb2_phy.c @@ -3,7 +3,6 @@ * Copyright 2016 Rockchip Electronics Co., Ltd */ -#include <common.h> #include <hang.h> #include <log.h> #include <asm/global_data.h> |
