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: v2022.10~82^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64331352cb75b722df848ff11449737fa78204b3;p=platform%2Fkernel%2Fu-boot.git phy: sun4i-usb: Drop use of arch-specific headers Since commit 089ffd0aedb7 ("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 aef2cb8..6a965e7 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