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 --- test/cmd/addrmap.c | 1 + test/cmd/armffa.c | 1 + test/cmd/bdinfo.c | 1 + test/cmd/exit.c | 1 + test/cmd/fdt.c | 1 + test/cmd/font.c | 1 + test/cmd/history.c | 1 + test/cmd/loadm.c | 1 + test/cmd/mem.c | 1 + test/cmd/mem_search.c | 1 + test/cmd/pci_mps.c | 1 + test/cmd/pinmux.c | 1 + test/cmd/rw.c | 1 + test/cmd/seama.c | 1 + test/cmd/setexpr.c | 1 + test/cmd/temperature.c | 1 + test/cmd/test_echo.c | 1 + test/cmd/test_pause.c | 1 + test/cmd/wget.c | 1 + 19 files changed, 19 insertions(+) (limited to 'test/cmd') diff --git a/test/cmd/addrmap.c b/test/cmd/addrmap.c index 7b8f49fd375..1eb5955db17 100644 --- a/test/cmd/addrmap.c +++ b/test/cmd/addrmap.c @@ -5,6 +5,7 @@ * Copyright (C) 2021, Bin Meng */ +#include #include #include #include diff --git a/test/cmd/armffa.c b/test/cmd/armffa.c index 38f40b72f5e..9a44a397e8a 100644 --- a/test/cmd/armffa.c +++ b/test/cmd/armffa.c @@ -8,6 +8,7 @@ * Abdellatif El Khlifi */ +#include #include #include #include diff --git a/test/cmd/bdinfo.c b/test/cmd/bdinfo.c index 027848c3e24..4977d01f62d 100644 --- a/test/cmd/bdinfo.c +++ b/test/cmd/bdinfo.c @@ -5,6 +5,7 @@ * Copyright 2023 Marek Vasut */ +#include #include #include #include diff --git a/test/cmd/exit.c b/test/cmd/exit.c index d310ec8531b..7e160f7e4bb 100644 --- a/test/cmd/exit.c +++ b/test/cmd/exit.c @@ -5,6 +5,7 @@ * Copyright 2022 Marek Vasut */ +#include #include #include #include diff --git a/test/cmd/fdt.c b/test/cmd/fdt.c index a0faf5aca90..54708552175 100644 --- a/test/cmd/fdt.c +++ b/test/cmd/fdt.c @@ -5,6 +5,7 @@ * Copyright 2022 Google LLC */ +#include #include #include #include diff --git a/test/cmd/font.c b/test/cmd/font.c index a8905ce617e..1fe05c1ead5 100644 --- a/test/cmd/font.c +++ b/test/cmd/font.c @@ -5,6 +5,7 @@ * Copyright 2022 Google LLC */ +#include #include #include #include diff --git a/test/cmd/history.c b/test/cmd/history.c index 6964bfa9e1e..06517fcdbb5 100644 --- a/test/cmd/history.c +++ b/test/cmd/history.c @@ -6,6 +6,7 @@ * Written by Simon Glass */ +#include #include #include #include diff --git a/test/cmd/loadm.c b/test/cmd/loadm.c index dff8a97d139..41e005ac592 100644 --- a/test/cmd/loadm.c +++ b/test/cmd/loadm.c @@ -9,6 +9,7 @@ * Rui Miguel Silva */ +#include #include #include #include diff --git a/test/cmd/mem.c b/test/cmd/mem.c index f1bbab6055b..d76f47cf311 100644 --- a/test/cmd/mem.c +++ b/test/cmd/mem.c @@ -5,6 +5,7 @@ * Copyright 2020 Google LLC */ +#include #include #include #include diff --git a/test/cmd/mem_search.c b/test/cmd/mem_search.c index 55ad2fac1e3..f80c9c40687 100644 --- a/test/cmd/mem_search.c +++ b/test/cmd/mem_search.c @@ -6,6 +6,7 @@ * Written by Simon Glass */ +#include #include #include #include diff --git a/test/cmd/pci_mps.c b/test/cmd/pci_mps.c index 2a64143eecd..fd96f4fba6c 100644 --- a/test/cmd/pci_mps.c +++ b/test/cmd/pci_mps.c @@ -7,6 +7,7 @@ * Written by Stephen Carlson */ +#include #include #include #include diff --git a/test/cmd/pinmux.c b/test/cmd/pinmux.c index 4253baa5646..df40bb77435 100644 --- a/test/cmd/pinmux.c +++ b/test/cmd/pinmux.c @@ -5,6 +5,7 @@ * Copyright (C) 2021, STMicroelectronics - All Rights Reserved */ +#include #include #include #include diff --git a/test/cmd/rw.c b/test/cmd/rw.c index edd762e4d58..98302bf047b 100644 --- a/test/cmd/rw.c +++ b/test/cmd/rw.c @@ -3,6 +3,7 @@ * Tests for read and write commands */ +#include #include #include #include diff --git a/test/cmd/seama.c b/test/cmd/seama.c index b60f6550b13..b1b56930c64 100644 --- a/test/cmd/seama.c +++ b/test/cmd/seama.c @@ -5,6 +5,7 @@ * Copyright (C) 2021 Linus Walleij */ +#include #include #include #include diff --git a/test/cmd/setexpr.c b/test/cmd/setexpr.c index d50ce5803c3..ee329e94b85 100644 --- a/test/cmd/setexpr.c +++ b/test/cmd/setexpr.c @@ -6,6 +6,7 @@ * Written by Simon Glass */ +#include #include #include #include diff --git a/test/cmd/temperature.c b/test/cmd/temperature.c index 364972626b1..2a1ea0611dc 100644 --- a/test/cmd/temperature.c +++ b/test/cmd/temperature.c @@ -5,6 +5,7 @@ * Copyright (C) 2022 Sartura Ltd. */ +#include #include #include #include diff --git a/test/cmd/test_echo.c b/test/cmd/test_echo.c index cde74ebeb61..091e4f823c9 100644 --- a/test/cmd/test_echo.c +++ b/test/cmd/test_echo.c @@ -5,6 +5,7 @@ * Copyright 2020, Heinrich Schuchadt */ +#include #include #include #include diff --git a/test/cmd/test_pause.c b/test/cmd/test_pause.c index 3703290350b..2b85cce3271 100644 --- a/test/cmd/test_pause.c +++ b/test/cmd/test_pause.c @@ -5,6 +5,7 @@ * Copyright 2022, Samuel Dionne-Riel */ +#include #include #include #include diff --git a/test/cmd/wget.c b/test/cmd/wget.c index 356a4dcd8fa..ed83fc94a5e 100644 --- a/test/cmd/wget.c +++ b/test/cmd/wget.c @@ -6,6 +6,7 @@ * Ying-Chun Liu (PaulLiu) */ +#include #include #include #include -- cgit v1.3.1