summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAndrew Davis <[email protected]>2023-04-06 11:38:21 -0500
committerTom Rini <[email protected]>2023-04-24 13:18:48 -0400
commitf392860c2e4bc5230742beccd86b7a8c72514350 (patch)
treec2bdcfff3be878c1f5bb23f7ace2d739566605c3 /drivers
parent29627e81c63d1e0e52de7936e768e07efdaf840c (diff)
arm: mach-k3: Remove empty sys_proto.h include
This header file is now empty, remove it. Signed-off-by: Andrew Davis <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/phy/phy-ti-am654.c1
-rw-r--r--drivers/ram/k3-am654-ddrss.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/phy/phy-ti-am654.c b/drivers/phy/phy-ti-am654.c
index 27a312227bc..70a746d2c92 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>
diff --git a/drivers/ram/k3-am654-ddrss.c b/drivers/ram/k3-am654-ddrss.c
index adac14f9464..b8338f84a3d 100644
--- a/drivers/ram/k3-am654-ddrss.c
+++ b/drivers/ram/k3-am654-ddrss.c
@@ -13,7 +13,6 @@
#include <ram.h>
#include <asm/io.h>
#include <power-domain.h>
-#include <asm/arch/sys_proto.h>
#include <dm/device_compat.h>
#include <power/regulator.h>
#include "k3-am654-ddrss.h"