aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-04-06 11:38:21 -0500
committerTom Rini <trini@konsulko.com>2023-04-24 13:18:48 -0400
commitf392860c2e4bc5230742beccd86b7a8c72514350 (patch)
treec2bdcfff3be878c1f5bb23f7ace2d739566605c3 /drivers/phy
parent29627e81c63d1e0e52de7936e768e07efdaf840c (diff)
downloadu-boot-f392860c2e4bc5230742beccd86b7a8c72514350.zip
u-boot-f392860c2e4bc5230742beccd86b7a8c72514350.tar.gz
u-boot-f392860c2e4bc5230742beccd86b7a8c72514350.tar.bz2
arm: mach-k3: Remove empty sys_proto.h include
This header file is now empty, remove it. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Diffstat (limited to 'drivers/phy')
-rw-r--r--drivers/phy/phy-ti-am654.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/phy-ti-am654.c b/drivers/phy/phy-ti-am654.c
index 27a3122..70a746d 100644
--- a/drivers/phy/phy-ti-am654.c
+++ b/drivers/phy/phy-ti-am654.c
@@ -16,7 +16,6 @@
#include <dt-bindings/phy/phy.h>
#include <generic-phy.h>
#include <asm/io.h>
-#include <asm/arch/sys_proto.h>
#include <power-domain.h>
#include <regmap.h>
#include <syscon.h>