From: Samuel Holland Date: Fri, 15 Jul 2022 04:09:20 +0000 (-0500) Subject: phy: sun4i-usb: Drop use of arch-specific headers X-Git-Tag: baikal/mips/sdk5.8.2~5^2~285^2~2 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=91c26053fa7a0b844127da678f283f456e189f22;p=uboot.git phy: sun4i-usb: Drop use of arch-specific headers Since commit 7e2b3cc76029 ("phy: sun4i-usb: Use CLK and RESET support") neither of these headers is used. Dropping them allows the driver to be architecture-independent. Signed-off-by: Samuel Holland Reviewed-by: Jagan Teki Signed-off-by: Andre Przywara --- diff --git a/drivers/phy/allwinner/phy-sun4i-usb.c b/drivers/phy/allwinner/phy-sun4i-usb.c index aef2cb8f6f..6a965e704d 100644 --- a/drivers/phy/allwinner/phy-sun4i-usb.c +++ b/drivers/phy/allwinner/phy-sun4i-usb.c @@ -20,8 +20,6 @@ #include #include #include -#include -#include #include #include #include