summaryrefslogtreecommitdiff
path: root/drivers/phy
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2022-07-15 07:09:20 +0300
committerAndre Przywara <andre.przywara@arm.com>2022-07-19 01:48:19 +0300
commit64331352cb75b722df848ff11449737fa78204b3 (patch)
tree8211a0bdba8a9d3357a2b42c4efe51b093ccd8bd /drivers/phy
parenta35628ec33a12032b82cc7be58f8b41c7ab0a4b2 (diff)
downloadu-boot-64331352cb75b722df848ff11449737fa78204b3.tar.xz
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 <samuel@sholland.org> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'drivers/phy')
-rw-r--r--drivers/phy/allwinner/phy-sun4i-usb.c2
1 files changed, 0 insertions, 2 deletions
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 <reset.h>
#include <asm/gpio.h>
#include <asm/io.h>
-#include <asm/arch/clock.h>
-#include <asm/arch/cpu.h>
#include <dm/device_compat.h>
#include <linux/bitops.h>
#include <linux/delay.h>