From d678a59d2d719da9e807495b4b021501f2836ca5 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 18 May 2024 20:20:43 -0600 Subject: Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"' I failed to notice that b4 noticed it was based on next and so took that as the base commit and merged that part of next to master. This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35. Reported-by: Jonas Karlman Signed-off-by: Tom Rini --- drivers/core/acpi.c | 1 + drivers/core/device-remove.c | 1 + drivers/core/device.c | 2 +- drivers/core/devres.c | 1 + drivers/core/dump.c | 1 + drivers/core/fdtaddr.c | 1 + drivers/core/lists.c | 1 + drivers/core/of_access.c | 1 + drivers/core/of_addr.c | 1 + drivers/core/of_extra.c | 1 + drivers/core/ofnode.c | 1 + drivers/core/read.c | 1 + drivers/core/read_extra.c | 1 + drivers/core/regmap.c | 1 + drivers/core/root.c | 1 + drivers/core/simple-bus.c | 1 + drivers/core/simple-pm-bus.c | 1 + drivers/core/syscon-uclass.c | 1 + drivers/core/uclass.c | 1 + drivers/core/util.c | 1 + 20 files changed, 20 insertions(+), 1 deletion(-) (limited to 'drivers/core') diff --git a/drivers/core/acpi.c b/drivers/core/acpi.c index 9f784228921..0ebd288ab42 100644 --- a/drivers/core/acpi.c +++ b/drivers/core/acpi.c @@ -8,6 +8,7 @@ #define LOG_CATEOGRY LOGC_ACPI +#include #include #include #include diff --git a/drivers/core/device-remove.c b/drivers/core/device-remove.c index 437080ed778..a86b9325dd8 100644 --- a/drivers/core/device-remove.c +++ b/drivers/core/device-remove.c @@ -10,6 +10,7 @@ #define LOG_CATEGORY LOGC_DM +#include #include #include #include diff --git a/drivers/core/device.c b/drivers/core/device.c index 18e2bd02dd5..bf7f261cbce 100644 --- a/drivers/core/device.c +++ b/drivers/core/device.c @@ -8,8 +8,8 @@ * Pavel Herrmann */ +#include #include -#include #include #include #include diff --git a/drivers/core/devres.c b/drivers/core/devres.c index 8df08b91021..78914bdf7f2 100644 --- a/drivers/core/devres.c +++ b/drivers/core/devres.c @@ -9,6 +9,7 @@ #define LOG_CATEGORY LOGC_DEVRES +#include #include #include #include diff --git a/drivers/core/dump.c b/drivers/core/dump.c index 5ec30d5b3c1..841124830ee 100644 --- a/drivers/core/dump.c +++ b/drivers/core/dump.c @@ -3,6 +3,7 @@ * Copyright (c) 2015 Google, Inc */ +#include #include #include #include diff --git a/drivers/core/fdtaddr.c b/drivers/core/fdtaddr.c index 6be8ea0c0a9..5f27d251148 100644 --- a/drivers/core/fdtaddr.c +++ b/drivers/core/fdtaddr.c @@ -8,6 +8,7 @@ * Pavel Herrmann */ +#include #include #include #include diff --git a/drivers/core/lists.c b/drivers/core/lists.c index 2839a9b7371..8034a8f48d9 100644 --- a/drivers/core/lists.c +++ b/drivers/core/lists.c @@ -8,6 +8,7 @@ #define LOG_CATEGORY LOGC_DM +#include #include #include #include diff --git a/drivers/core/of_access.c b/drivers/core/of_access.c index 41f2e09b9c2..c8db743f529 100644 --- a/drivers/core/of_access.c +++ b/drivers/core/of_access.c @@ -19,6 +19,7 @@ * Linux version. */ +#include #include #include #include diff --git a/drivers/core/of_addr.c b/drivers/core/of_addr.c index d7913ab3d2f..b3b3d7ccdd5 100644 --- a/drivers/core/of_addr.c +++ b/drivers/core/of_addr.c @@ -6,6 +6,7 @@ * Copyright (c) 2017 Google, Inc */ +#include #include #include #include diff --git a/drivers/core/of_extra.c b/drivers/core/of_extra.c index a3ebe9e9c24..59ce9174ad0 100644 --- a/drivers/core/of_extra.c +++ b/drivers/core/of_extra.c @@ -4,6 +4,7 @@ * Written by Simon Glass */ +#include #include #include #include diff --git a/drivers/core/ofnode.c b/drivers/core/ofnode.c index 9a5eaaa4d13..21a233f90f0 100644 --- a/drivers/core/ofnode.c +++ b/drivers/core/ofnode.c @@ -6,6 +6,7 @@ #define LOG_CATEGORY LOGC_DT +#include #include #include #include diff --git a/drivers/core/read.c b/drivers/core/read.c index 55c19f335ae..1a4a95cddea 100644 --- a/drivers/core/read.c +++ b/drivers/core/read.c @@ -4,6 +4,7 @@ * Written by Simon Glass */ +#include #include #include #include diff --git a/drivers/core/read_extra.c b/drivers/core/read_extra.c index 5a0153a4661..51383488278 100644 --- a/drivers/core/read_extra.c +++ b/drivers/core/read_extra.c @@ -4,6 +4,7 @@ * Written by Simon Glass */ +#include #include #include #include diff --git a/drivers/core/regmap.c b/drivers/core/regmap.c index 7ff7834bdf0..dd32328098c 100644 --- a/drivers/core/regmap.c +++ b/drivers/core/regmap.c @@ -6,6 +6,7 @@ #define LOG_CATEGORY LOGC_DM +#include #include #include #include diff --git a/drivers/core/root.c b/drivers/core/root.c index 4bfd08f4813..d4ae652bcfb 100644 --- a/drivers/core/root.c +++ b/drivers/core/root.c @@ -8,6 +8,7 @@ #define LOG_CATEGORY UCLASS_ROOT +#include #include #include #include diff --git a/drivers/core/simple-bus.c b/drivers/core/simple-bus.c index f402bb5d674..6022e7514e0 100644 --- a/drivers/core/simple-bus.c +++ b/drivers/core/simple-bus.c @@ -5,6 +5,7 @@ #define LOG_CATEGORY UCLASS_SIMPLE_BUS +#include #include #include #include diff --git a/drivers/core/simple-pm-bus.c b/drivers/core/simple-pm-bus.c index f38372ec60b..1bb0d86e289 100644 --- a/drivers/core/simple-pm-bus.c +++ b/drivers/core/simple-pm-bus.c @@ -3,6 +3,7 @@ * Copyright (C) 2020 Sean Anderson */ +#include #include #include diff --git a/drivers/core/syscon-uclass.c b/drivers/core/syscon-uclass.c index f0e69d7216b..a47b8bd3c01 100644 --- a/drivers/core/syscon-uclass.c +++ b/drivers/core/syscon-uclass.c @@ -6,6 +6,7 @@ #define LOG_CATEGORY UCLASS_SYSCON +#include #include #include #include diff --git a/drivers/core/uclass.c b/drivers/core/uclass.c index 762536eebc6..e46d5717aa6 100644 --- a/drivers/core/uclass.c +++ b/drivers/core/uclass.c @@ -8,6 +8,7 @@ #define LOG_CATEGORY LOGC_DM +#include #include #include #include diff --git a/drivers/core/util.c b/drivers/core/util.c index 108a3bc4dac..81497df85ff 100644 --- a/drivers/core/util.c +++ b/drivers/core/util.c @@ -3,6 +3,7 @@ * Copyright (c) 2013 Google, Inc */ +#include #include #include #include -- cgit v1.3.1