]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Sat, 27 Apr 2024 14:10:58 +0000 (08:10 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 6 May 2024 21:05:04 +0000 (15:05 -0600)
Remove <common.h> from all "test/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
203 files changed:
include/adc.h
include/audio_codec.h
include/axi.h
include/bootmeth.h
include/bootstd.h
include/cedit.h
include/dm/test.h
test/bloblist.c
test/boot/bootdev.c
test/boot/bootflow.c
test/boot/bootmeth.c
test/boot/bootstd_common.c
test/boot/cedit.c
test/boot/expo.c
test/boot/image.c
test/boot/measurement.c
test/boot/vbe_fixup.c
test/boot/vbe_simple.c
test/bootm.c
test/cmd/addrmap.c
test/cmd/armffa.c
test/cmd/bdinfo.c
test/cmd/exit.c
test/cmd/fdt.c
test/cmd/font.c
test/cmd/history.c
test/cmd/loadm.c
test/cmd/mem.c
test/cmd/mem_search.c
test/cmd/pci_mps.c
test/cmd/pinmux.c
test/cmd/rw.c
test/cmd/seama.c
test/cmd/setexpr.c
test/cmd/temperature.c
test/cmd/test_echo.c
test/cmd/test_pause.c
test/cmd/wget.c
test/cmd_ut.c
test/command_ut.c
test/common/cmd_ut_common.c
test/common/cread.c
test/common/cyclic.c
test/common/event.c
test/common/test_autoboot.c
test/compression.c
test/dm/acpi.c
test/dm/acpi_dp.c
test/dm/acpigen.c
test/dm/adc.c
test/dm/audio.c
test/dm/axi.c
test/dm/blk.c
test/dm/blkmap.c
test/dm/bootcount.c
test/dm/bus.c
test/dm/button.c
test/dm/cache.c
test/dm/clk.c
test/dm/clk_ccf.c
test/dm/core.c
test/dm/cpu.c
test/dm/cros_ec.c
test/dm/cros_ec_pwm.c
test/dm/devres.c
test/dm/dma.c
test/dm/dsi_host.c
test/dm/efi_media.c
test/dm/eth.c
test/dm/fastboot.c
test/dm/fdtdec.c
test/dm/ffa.c
test/dm/firmware.c
test/dm/fwu_mdata.c
test/dm/gpio.c
test/dm/host.c
test/dm/hwspinlock.c
test/dm/i2c.c
test/dm/i2s.c
test/dm/iommu.c
test/dm/irq.c
test/dm/k210_pll.c
test/dm/led.c
test/dm/mailbox.c
test/dm/mdio.c
test/dm/mdio_mux.c
test/dm/misc.c
test/dm/mmc.c
test/dm/mux-cmd.c
test/dm/mux-emul.c
test/dm/mux-mmio.c
test/dm/nop.c
test/dm/nvmxip.c
test/dm/of_extra.c
test/dm/of_platdata.c
test/dm/ofnode.c
test/dm/ofread.c
test/dm/osd.c
test/dm/p2sb.c
test/dm/panel.c
test/dm/part.c
test/dm/pch.c
test/dm/pci.c
test/dm/pci_ep.c
test/dm/phy.c
test/dm/phys2bus.c
test/dm/pinmux.c
test/dm/pmc.c
test/dm/pmic.c
test/dm/power-domain.c
test/dm/pwm.c
test/dm/qfw.c
test/dm/ram.c
test/dm/read.c
test/dm/reboot-mode.c
test/dm/regmap.c
test/dm/regulator.c
test/dm/remoteproc.c
test/dm/reset.c
test/dm/rkmtd.c
test/dm/rng.c
test/dm/rtc.c
test/dm/scmi.c
test/dm/scsi.c
test/dm/serial.c
test/dm/sf.c
test/dm/simple-bus.c
test/dm/simple-pm-bus.c
test/dm/sm.c
test/dm/smem.c
test/dm/soc.c
test/dm/sound.c
test/dm/spi.c
test/dm/spmi.c
test/dm/syscon-reset.c
test/dm/syscon.c
test/dm/sysinfo-gpio.c
test/dm/sysinfo.c
test/dm/sysreset.c
test/dm/tag.c
test/dm/tee.c
test/dm/test-dm.c
test/dm/test-driver.c
test/dm/test-fdt.c
test/dm/test-uclass.c
test/dm/timer.c
test/dm/tpm.c
test/dm/usb.c
test/dm/video.c
test/dm/virtio.c
test/dm/virtio_device.c
test/dm/virtio_rng.c
test/dm/wdt.c
test/env/attr.c
test/env/cmd_ut_env.c
test/env/fdt.c
test/env/hashtable.c
test/fuzz/cmd_fuzz.c
test/fuzz/virtio.c
test/image/spl_load.c
test/image/spl_load_fs.c
test/image/spl_load_net.c
test/image/spl_load_nor.c
test/image/spl_load_os.c
test/image/spl_load_spi.c
test/lib/abuf.c
test/lib/asn1.c
test/lib/cmd_ut_lib.c
test/lib/efi_device_path.c
test/lib/efi_image_region.c
test/lib/getopt.c
test/lib/hexdump.c
test/lib/kconfig.c
test/lib/kconfig_spl.c
test/lib/lmb.c
test/lib/longjmp.c
test/lib/rsa.c
test/lib/sscanf.c
test/lib/string.c
test/lib/strlcat.c
test/lib/test_aes.c
test/lib/test_crypt.c
test/lib/test_errno_str.c
test/lib/test_print.c
test/lib/uuid.c
test/log/cont_test.c
test/log/log_filter.c
test/log/log_test.c
test/log/log_ut.c
test/log/nolog_ndebug.c
test/log/nolog_test.c
test/log/pr_cont_test.c
test/log/syslog_test.c
test/log/syslog_test_ndebug.c
test/optee/cmd_ut_optee.c
test/overlay/cmd_ut_overlay.c
test/print_ut.c
test/stdint/int-types.c
test/str_ut.c
test/test-main.c
test/time_ut.c
test/unicode_ut.c
test/ut.c

index 0d1a666908f28fa83f25bc4412ce6144b4a9a72d..15e4cdb7dce761d6151c83fd1259077e6c201f27 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef _ADC_H_
 #define _ADC_H_
 
+#include <stdbool.h>
+
 /* ADC_CHANNEL() - ADC channel bit mask, to select only required channels */
 #define ADC_CHANNEL(x)         (1 << x)
 
index a81a315157651d5413f83ad6e5a9399d64271f47..a87b76c6f9ed6ca73cb8b42c2b54b5e12135f367 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef __AUDIO_CODEC_H__
 #define __AUDIO_CODEC_H__
 
+#include <linux/types.h>
+
 struct udevice;
 
 /*
index 59fb0b2e4584c24816f21f464cea4d14cde0071f..133a06ee27198ec1897fe832796751d25a88ff95 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef _AXI_H_
 #define _AXI_H_
 
+#include <linux/types.h>
+
 struct udevice;
 
 /**
index 0fc36104ece0ebcbe899a93e8df7ac1f2cd921a7..cd9517321c0a9ea2e1b5bf82d806c1552378d47a 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef __bootmeth_h
 #define __bootmeth_h
 
+#include <linux/bitops.h>
+
 struct blk_desc;
 struct bootflow;
 struct bootflow_iter;
index 99ce7b64e7c538968cae1c71d1771236bc371e90..ac756e98d84a892de26eb27b50dba61c4c65488c 100644 (file)
@@ -10,6 +10,8 @@
 #define __bootstd_h
 
 #include <dm/ofnode_decl.h>
+#include <linux/list.h>
+#include <linux/types.h>
 
 struct udevice;
 
index f43cafa5aa240f732eeb96abacdefca91ff37151..a31b42452477aeca6735f5c8e51d93a0af48eb8c 100644 (file)
@@ -7,12 +7,15 @@
 #ifndef __CEDIT_H
 #define __CEDIT_H
 
+#include <stdbool.h>
 #include <dm/ofnode_decl.h>
+#include <linux/types.h>
 
 struct abuf;
 struct expo;
 struct scene;
 struct video_priv;
+struct udevice;
 
 enum {
        /* size increment for writing FDT */
index b5937509212b54567c1a8428c3d80a9ad3ee73ae..02737411a164051d76220cd697288dd401096705 100644 (file)
@@ -6,6 +6,8 @@
 #ifndef __DM_TEST_H
 #define __DM_TEST_H
 
+#include <linux/types.h>
+
 struct udevice;
 
 /**
index 1c60bbac36c3a8e05de3cb36ef86732102899846..7c63682908a579c6427ecdfd9ccd4241f2afc71f 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2018, Google Inc. All rights reserved.
  */
 
-#include <common.h>
 #include <bloblist.h>
 #include <log.h>
 #include <mapmem.h>
index 0702fccdae60077cf9635b6584085f39b495e3c6..6e940002f8484c489b5bb7340a2893a45448f801 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <bootstd.h>
 #include <dm.h>
 #include <bootdev.h>
index 674d4c05f83fd7ae5ab72d29e829ef079830d61d..4511cfa7f9bf77eddcf53a5a65a0180a3722dc83 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <bootdev.h>
 #include <bootflow.h>
 #include <bootmeth.h>
index e498eee036eb993c6bea5601f8daf9ff207c5943..113b789ea7936babc6e8d2a449afcd01fa225a3c 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <bootmeth.h>
 #include <bootstd.h>
 #include <dm.h>
index cc97e255e5cb08052af42564a1790d63ec96fbef..e50539500a02f5a96222165e1ab8cff670af7d2e 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <bootdev.h>
 #include <bootstd.h>
 #include <dm.h>
index aa4171904864529e3358faf7cc61d624d94146de..fd19da0a0c0fcd4208d7772f7176fb14da0d77fa 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <cedit.h>
 #include <env.h>
 #include <expo.h>
index 714fdfa415d10c0dc8f95eff061be2ad5455da17..6ea0184373d5016bc5fa3e7530e74b114978d287 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <command.h>
 #include <dm.h>
 #include <expo.h>
index 2844b057859ef706410c8d19ce1173cb3d1d6773..0894e30587f173f22925769c669fec671a055aa3 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <image.h>
 #include <test/suites.h>
 #include <test/ut.h>
index 9db2ed324c2aa85b01c6ec5db2daee30d6c4ad87..29be495412d3b3e1d3f27c3da2f7ee5fa585571f 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Eddie James <eajames@linux.ibm.com>
  */
 
-#include <common.h>
 #include <bootm.h>
 #include <malloc.h>
 #include <test/suites.h>
index eba5c4ebe6c0355c3576012686a2958e3f297bb5..540816e42b000c3b8b98c0a02b8f7079199e115c 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm/ofnode.h>
 #include <linux/libfdt.h>
 #include <test/test.h>
index 5e61840652cf365d2b0e1f80364d2a0e410960d9..3672b744e5fb729e56a0a276a70ca4d4531dbd02 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <bootmeth.h>
 #include <dm.h>
 #include <image.h>
index 4bb3ca0655cf8b0a7c5bb8ecd5297b90eb814aae..26c15552bf63569cc2d69dbac9d76015e447709e 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2020 Google LLC
  */
 
-#include <common.h>
 #include <bootm.h>
 #include <asm/global_data.h>
 #include <test/suites.h>
index 1eb5955db1726ab46cb470c69581071bcf490efd..7b8f49fd3751abd1e84936525d96b397fa59a104 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2021, Bin Meng <bmeng.cn@gmail.com>
  */
 
-#include <common.h>
 #include <console.h>
 #include <test/suites.h>
 #include <test/ut.h>
index 9a44a397e8a0148213e1839604f6a730de8b96b8..38f40b72f5e4cc0b8407e59582632a5d29e662b5 100644 (file)
@@ -8,7 +8,6 @@
  *   Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
  */
 
-#include <common.h>
 #include <string.h>
 #include <asm/sandbox_arm_ffa.h>
 #include <dm/test.h>
index 4977d01f62d615507d35d2d3f0577fa683b13746..027848c3e24c0f5736e9d3919e54ffe5ca8056aa 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2023 Marek Vasut <marek.vasut+renesas@mailbox.org>
  */
 
-#include <common.h>
 #include <console.h>
 #include <mapmem.h>
 #include <asm/global_data.h>
index 7e160f7e4bb79b9d0cfaac8427c8c7eaad7751fa..d310ec8531be1269e198088e84cf78e7d0e32b41 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2022 Marek Vasut <marex@denx.de>
  */
 
-#include <common.h>
 #include <console.h>
 #include <mapmem.h>
 #include <asm/global_data.h>
index 5470855217586452172a4c6515dc48b188f6d886..a0faf5aca904b7ae468c6048a264873874211479 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2022 Google LLC
  */
 
-#include <common.h>
 #include <console.h>
 #include <fdt_support.h>
 #include <mapmem.h>
index 1fe05c1ead51b87971a92db2416d674f064a2bd8..a8905ce617e828945ea61947fe55c4ae9f790ada 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2022 Google LLC
  */
 
-#include <common.h>
 #include <console.h>
 #include <dm.h>
 #include <video_console.h>
index 06517fcdbb518cd22c757b7f47825f883245d898..6964bfa9e1ece15b077260c9b78cafa38ac7a2d2 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <cli.h>
 #include <command.h>
 #include <test/lib.h>
index 41e005ac59236407c3accaacf832e3513a2d9df8..dff8a97d1396d5f000b815711b591d6085a158c8 100644 (file)
@@ -9,7 +9,6 @@
  *   Rui Miguel Silva <rui.silva@linaro.org>
  */
 
-#include <common.h>
 #include <console.h>
 #include <mapmem.h>
 #include <asm/global_data.h>
index d76f47cf3115297bff68dc01faeb0e5028ff01c3..f1bbab6055be05444809b98a63032a336409d241 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2020 Google LLC
  */
 
-#include <common.h>
 #include <command.h>
 #include <test/suites.h>
 #include <test/test.h>
index f80c9c406873f243ffe85931fb9e6be163684a95..55ad2fac1e340c9a9729078ae927fdaf359949f7 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <console.h>
 #include <mapmem.h>
 #include <dm/test.h>
index fd96f4fba6c464166e5824b0393e4fa591faf3e7..2a64143eecd30ecef06b168ee6303673ae01494b 100644 (file)
@@ -7,7 +7,6 @@
  * Written by Stephen Carlson <stcarlso@linux.microsoft.com>
  */
 
-#include <common.h>
 #include <console.h>
 #include <test/suites.h>
 #include <test/ut.h>
index df40bb77435542adadd5547d66cf635b0c61ef32..4253baa56466cbe7ed800a7b20cf686da27d4240 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2021, STMicroelectronics - All Rights Reserved
  */
 
-#include <common.h>
 #include <command.h>
 #include <dm.h>
 #include <dm/test.h>
index 98302bf047b15ab4910ff98d06f98a2bba25406c..edd762e4d58f6f90867a9f936c21621f3c5c5f40 100644 (file)
@@ -3,7 +3,6 @@
  * Tests for read and write commands
  */
 
-#include <common.h>
 #include <dm/test.h>
 #include <mapmem.h>
 #include <part.h>
index b1b56930c64645f891dee3788d0b25e1dcdf42e3..b60f6550b13c9b3403945196d2369254ff14927b 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2021 Linus Walleij <linus.walleij@linaro.org>
  */
 
-#include <common.h>
 #include <command.h>
 #include <dm.h>
 #include <test/suites.h>
index ee329e94b85b43f5b13d977d48fb4d03510e0d4a..d50ce5803c39927e408186e621162ff8b9ace206 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <console.h>
 #include <mapmem.h>
 #include <dm/test.h>
index 2a1ea0611dc453be95aa5f5484adac1551e62e04..364972626b1fe2fdc6bc3a327f3be63700a76304 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2022 Sartura Ltd.
  */
 
-#include <common.h>
 #include <command.h>
 #include <dm.h>
 #include <dm/test.h>
index 091e4f823c9081605ff27cf11029d0cb9fe90a70..cde74ebeb616228ce96a652da575019506fe0653 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2020, Heinrich Schuchadt <xypron.glpk@gmx.de>
  */
 
-#include <common.h>
 #include <command.h>
 #include <asm/global_data.h>
 #include <display_options.h>
index 2b85cce327100a6f5ca8e2f9c9c43ab9bc2563d3..3703290350b384a534135bf0621ee110bcf51369 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2022, Samuel Dionne-Riel <samuel@dionne-riel.com>
  */
 
-#include <common.h>
 #include <asm/global_data.h>
 #include <test/lib.h>
 #include <test/ut.h>
index ed83fc94a5e21522b54c14b46f1b81a0201ad32e..356a4dcd8fadbf0e7b69f46b144f395d20a6952c 100644 (file)
@@ -6,7 +6,6 @@
  * Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>
  */
 
-#include <common.h>
 #include <command.h>
 #include <dm.h>
 #include <env.h>
index 0677ce0cd1741fd81c597f13ebcb6a3dbdbb02ff..4e4aa8f1cb2702bbdac21493e7c17f4a42bb1dfb 100644 (file)
@@ -4,9 +4,9 @@
  * Joe Hershberger, National Instruments, joe.hershberger@ni.com
  */
 
-#include <common.h>
 #include <command.h>
 #include <console.h>
+#include <vsprintf.h>
 #include <test/suites.h>
 #include <test/test.h>
 #include <test/ut.h>
index a74bd109e153edcd68160660fee2d777be7daa09..2b8d28d7ae325d7bd6ec9b001ccb1b372e6a9e2c 100644 (file)
@@ -5,7 +5,6 @@
 
 #define DEBUG
 
-#include <common.h>
 #include <command.h>
 #include <env.h>
 #include <log.h>
index 2c0267801b239bf13d97e591660b6e80c9c06284..2f03a58af47c210e84eb646236c6cab41e3d0d42 100644 (file)
@@ -6,7 +6,6 @@
  * Unit tests for common functions
  */
 
-#include <common.h>
 #include <command.h>
 #include <test/common.h>
 #include <test/suites.h>
index 4edc77396043cf60476174971156cf99f41bcad8..e159caed04196e5096e802451cfddb0f8b1540a3 100644 (file)
@@ -3,8 +3,8 @@
  * Copyright 2023 Google LLC
  */
 
-#include <common.h>
 #include <cli.h>
+#include <time.h>
 #include <test/common.h>
 #include <test/test.h>
 #include <test/ut.h>
index 6e758e89dbdb456b366385d581d51d52f6731067..461f8cf91f45ed0e530e8648f91fc946b663bca0 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2022 Stefan Roese <sr@denx.de>
  */
 
-#include <common.h>
 #include <cyclic.h>
 #include <dm.h>
 #include <test/common.h>
index b462694fc3b6973f68ad430eca8a09d6515758d7..de433d34f22b0452c7c734ecd4ffe6b53b72adf0 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <event.h>
 #include <test/common.h>
index 42a1e4ab1fa0ae39b114061e690a0d5b3f20b2e5..4ba1dcc8091c2f036c12f419dd6f2cb5c88a06b5 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include <autoboot.h>
-#include <common.h>
 #include <test/common.h>
 #include <test/test.h>
 #include <test/ut.h>
index 3df90819a1fb7611c32448e9f563ed7fa5cd46b4..aa1d38bb7bc53b6124e6955c5e725f49b216a3e1 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2013, The Chromium Authors
  */
 
-#include <common.h>
 #include <abuf.h>
 #include <bootm.h>
 #include <command.h>
index f14b3962f8457494081e3c3ca643262a11742cb6..4db2171a4b170e63789ef6903c8f5431fc894885 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <console.h>
 #include <dm.h>
 #include <malloc.h>
index 44bcabda6bc12083559c1cf0ba4220262997113d..87bd8ae6749b717c9e0b0c8bdf4aa27c7030b310 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <uuid.h>
 #include <acpi/acpigen.h>
index 15b2b6f64a0316a585b9b48d71e122eccb12b6d1..7113219792e602504f3677a707b7de36ce1025a9 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <irq.h>
 #include <malloc.h>
index 740167e16b8edf4c335e95f8d94c69d16d01ebc6..a26a677074a4dce5c83e2c293964a3d97476ca66 100644 (file)
@@ -6,7 +6,6 @@
  * Przemyslaw Marczak <p.marczak@samsung.com>
  */
 
-#include <common.h>
 #include <adc.h>
 #include <dm.h>
 #include <dm/root.h>
index add15ae20e00e8f6487681c515eecd65b732ce38..3d1d821f3234b94893559444e2e8f26ce0b00e06 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <audio_codec.h>
 #include <dm.h>
 #include <dm/test.h>
index dc029df5e44373eddb04249f9b537a2281c2e5fc..0900a9b5485e213fd5773d4517ca6f9ed249f689 100644 (file)
@@ -4,7 +4,6 @@
  * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
  */
 
-#include <common.h>
 #include <axi.h>
 #include <dm.h>
 #include <log.h>
index 799f1e4dc75b27aacc356b6a7bddb41c8cd2b993..d03aec32f6c73b1815b083081b076cc1ed6a20bc 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2015 Google, Inc
  */
 
-#include <common.h>
 #include <blk.h>
 #include <dm.h>
 #include <part.h>
index 7a163d6eaef2e682b3acc02d2e44d339b4dad79c..7581e62df3bb1b5d34cd5ad0073398b040a8983f 100644 (file)
@@ -4,7 +4,6 @@
  * Author: Tobias Waldekranz <tobias@waldekranz.com>
  */
 
-#include <common.h>
 #include <blk.h>
 #include <blkmap.h>
 #include <dm.h>
index b77b472d1f2635ea7b577c9fff8bd169c7a49d07..9cfc7d48aac0e77c828364b255daab14bf0b67d4 100644 (file)
@@ -3,7 +3,6 @@
  * (C) 2018 Theobroma Systems Design und Consulting GmbH
  */
 
-#include <common.h>
 #include <dm.h>
 #include <bootcount.h>
 #include <log.h>
index 89a6aa6554cbbfd9d0f571dcd659b3ed9644ff14..a338c7f567c1183a622d9125d6be7ca3ff938561 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2014 Google, Inc
  */
 
-#include <common.h>
 #ifdef CONFIG_SANDBOX
 #include <log.h>
 #include <os.h>
index 830d96fbef345c5cdc4cff5294e0181d9e43217a..9157ec928783d84de929a6884e35189c89d2c7c6 100644 (file)
@@ -5,7 +5,6 @@
  * Based on led.c
  */
 
-#include <common.h>
 #include <dm.h>
 #include <adc.h>
 #include <button.h>
index bbd8f98d007b04a6467f9376842aa837133bc628..d2f3bfe2caf326c94abd0b28772c8a259a193046 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2019 Intel Corporation <www.intel.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/test.h>
 
index 57fabbdce08b31a15506870c2466105ab8fa72e3..a966471dbd9621284675ea495cd8e99e440a9274 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2015 Google, Inc
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <log.h>
index 61dad8d85273e9547e52d19956cdaa7294375135..15fba31b962fed37c3c17f275e38df2495780681 100644 (file)
@@ -4,7 +4,6 @@
  * Lukasz Majewski, DENX Software Engineering, lukma@denx.de
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <asm/clk.h>
index 7f3f8d183bca4af336e60c32ad380e7d166f9d88..4741c81bcc1d6ae392c1bed14ba5713ba0ea5f0d 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (c) 2013 Google, Inc
  */
 
-#include <common.h>
 #include <errno.h>
 #include <dm.h>
 #include <fdtdec.h>
index 5734cd0a92d3ff0325fde323c533b9d19f40faca..acba810599666944682ee0bd8f10d545325632e5 100644 (file)
@@ -4,7 +4,6 @@
  * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <dm/test.h>
index 30cb70e08826ab7f02872e16b1a4ed00467f30fc..ac0055f0acd6ef4671345573028a3fc9f3a5771e 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2021 Google LLC
  */
 
-#include <common.h>
 #include <cros_ec.h>
 #include <dm.h>
 #include <asm/test.h>
index f8d6e1e6c40f0150bf7d263e46310989483e5195..f68ee6f33b8ce95bbd5ded6c63027f153f2ce959 100644 (file)
@@ -1,6 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0+
 
-#include <common.h>
 #include <cros_ec.h>
 #include <dm.h>
 #include <pwm.h>
index 3df0f64362dc6c35aeaa3bb763327b9109b05bfa..95a470b9f1c128a94b4cae0fdd54175d78c67cc1 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2019 Google LLC
  */
 
-#include <common.h>
 #include <errno.h>
 #include <dm.h>
 #include <log.h>
index cce47cb218039649519435c23b8a1a8e6c1232c4..949710fdb4e3cdc399366b16961fdd4d6acb6716 100644 (file)
@@ -6,7 +6,6 @@
  * Grygorii Strashko <grygorii.strashko@ti.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <malloc.h>
 #include <dm/test.h>
index 6e0a5df704f583724b58915ea49e045d8faec472..68686a40d9f9a45ab42ed658613fa1d508931261 100644 (file)
@@ -4,7 +4,6 @@
  * Author(s): Yannick Fertre <yannick.fertre@st.com> for STMicroelectronics.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dsi_host.h>
 #include <asm/state.h>
index e343a0e9c85de0473ba3c9c3f4aeecb8a458d7d3..9d0ed0f075513675046bbc1593edd7c79486e50c 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2021 Google LLC
  */
 
-#include <common.h>
 #include <dm.h>
 #include <asm/test.h>
 #include <dm/test.h>
index bb3dcc6b9540c5b1de7c3542e562e16c1dd9653c..820b8cbfc29d29aab0448602567fc1259abd799b 100644 (file)
@@ -6,7 +6,6 @@
  * Joe Hershberger <joe.hershberger@ni.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <env.h>
 #include <fdtdec.h>
index 758538d0e85e5a501ccb83c099cecc50d5ea9028..5d938eb7f121ac3a843b6cb069a26cc0f3848965 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2015 Google, Inc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <fastboot.h>
 #include <fb_mmc.h>
index 087d4846da89a082b7c4ba726cfbe577dd8e54b5..b484414f5f07fd18d9771d385aa585081f3a927f 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2020 NXP
  */
 
-#include <common.h>
 #include <dm.h>
 #include <asm/global_data.h>
 #include <dm/of_extra.h>
index 6912666bb465a90724c475fdd4f7dd2bbb68b9d6..fa6d54d00d616a4c6760862b42db9ae82c6917b1 100644 (file)
@@ -8,7 +8,6 @@
  *   Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
  */
 
-#include <common.h>
 #include <console.h>
 #include <dm.h>
 #include <asm/sandbox_arm_ffa.h>
index f37bccfe4a83336c2e72968fd326cd16fcbb616f..ec68e816999db6baba4242c6efcef3bf879fff9c 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2018 Xilinx, Inc.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <syscon.h>
 #include <asm/test.h>
index 52018f610fe4764f2655f314069578ebd32489b5..43ce3d0a9d874c1e8003de30a67e06d57abb7809 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #include <blk.h>
-#include <common.h>
 #include <dm.h>
 #include <fwu.h>
 #include <fwu_mdata.h>
index 0d88ec24bda226da95f61909f22f31eb99fa1868..957ab25c8d34219e04c780240e37713ef3f145e2 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2013 Google, Inc
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <dm.h>
 #include <log.h>
index ca05a36b3136fbb6e6edb8a40b2b1bec6cfb3e5d..e514f8409cf6e42f6e287c8d307c2104971c53fe 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <blk.h>
 #include <dm.h>
 #include <fs.h>
index 995759d4d7e2c0ce17dec42436664129f318a1dc..a05b183b8bc1e00fcb7f9bb240eeb8302c83ef99 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2018, STMicroelectronics - All Rights Reserved
  */
 
-#include <common.h>
 #include <dm.h>
 #include <hwspinlock.h>
 #include <asm/state.h>
index b46a22e79b140509eb2928c7797620f89d901d7b..e9cf9f7819a73cadb9940e86c2289eff937adadb 100644 (file)
@@ -5,7 +5,6 @@
  * Note: Test coverage does not include 10-bit addressing
  */
 
-#include <common.h>
 #include <dm.h>
 #include <fdtdec.h>
 #include <i2c.h>
index c2bf4d5604b96757d1bc271cc65e75183adb343a..a3d3a31b6fbc38fc8577ab61edf0d43e608a125c 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <i2s.h>
 #include <asm/test.h>
index 62d38f1214ac7fee52b6adc1330456b095ffa3eb..acea5f289715c18f0781f439816ab4fef9805d92 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2021 Mark Kettenis <kettenis@openbsd.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/test.h>
 #include <dm/uclass-internal.h>
index 51dd5e4abb413acb415a9c38523fb4eaaeaddf1f..d22772ab769331835e9dce4fa70e17269e056413 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2019 Google LLC
  */
 
-#include <common.h>
 #include <dm.h>
 #include <irq.h>
 #include <acpi/acpi_device.h>
index 354720f61e2f09fa3fee2d1a98cef3f107aaa005..2a581499634d3284660881e15bd4b1b6f15cf17b 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2020 Sean Anderson <seanga2@gmail.com>
  */
 
-#include <common.h>
 /* For DIV_ROUND_DOWN_ULL, defined in linux/kernel.h */
 #include <div64.h>
 #include <dm/test.h>
index eed3f4654c568aba8c1d9abdf4ec03f066875605..c28fa044f459777fb371d2e1e5c951992b6e2064 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2015 Google, Inc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <led.h>
 #include <asm/gpio.h>
index 7ad8a1cbba282e482bdfd6d2972aa00f4ebcdca4..14f72d58d1cf2fc53119f73edd56accac8bd00a3 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2016, NVIDIA CORPORATION.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <malloc.h>
 #include <dm/test.h>
index f863c52645b257bf6fcf3273906eb71c1c791b87..7ececf37ccc02193ba2566f2cdba830958e56a22 100644 (file)
@@ -4,7 +4,6 @@
  * Alex Marginean, NXP
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <miiphy.h>
index bfe3518221f4742b008e484384c314649136e6ee..33a7e9726094042a81596a8cede26a34f4db0d9a 100644 (file)
@@ -4,7 +4,6 @@
  * Alex Marginean, NXP
  */
 
-#include <common.h>
 #include <dm.h>
 #include <miiphy.h>
 #include <misc.h>
index 8bdd8c64bca2bd411efac6148b2f37aa7caec7d4..ad856fd01b6de4f286d0e25b19477f231798efb1 100644 (file)
@@ -4,7 +4,6 @@
  * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/test.h>
 #include <misc.h>
index b1eb8bee2f9d5e56fa1e2ead2d8e184c108a8587..c0abea797d9def52a3780d34ddcc6320b04f4459 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2015 Google, Inc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <mmc.h>
 #include <part.h>
index 11c237b5da904acf8b02c537e6e3420ef228d7c4..d4bb8befa3842e997cd34287e07bb285a08e5882 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2020 Texas Instruments Inc.
  * Pratyush Yadav <p.yadav@ti.com>
  */
-#include <common.h>
 #include <dm.h>
 #include <mux.h>
 #include <mux-internal.h>
@@ -13,6 +12,7 @@
 #include <test/ut.h>
 #include <console.h>
 #include <rand.h>
+#include <time.h>
 
 #define BUF_SIZE               256
 
index c6aeeb7e1f1b895bef82c6bed52083eaf3e4a6d9..febd521104afe814fd7fcaff670c58fd5f96621f 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/
  * Pratyush Yadav <p.yadav@ti.com>
  */
-#include <common.h>
 #include <dm.h>
 #include <mux.h>
 #include <mux-internal.h>
index 27c881dabde2abe3a70df0999dda19acb0f6ef92..3a871a19c7e277d0fdd23801e9a41743fb6bff69 100644 (file)
@@ -4,7 +4,6 @@
  * Jean-Jacques Hiblot <jjhiblot@ti.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <mux.h>
 #include <regmap.h>
index f7d9a0f3df35fd265b3ee7818f4945568bac30f0..0c79431d9d80226aea8047b88622d5715d83ac95 100644 (file)
@@ -6,7 +6,6 @@
  * Jean-Jacques Hiblot <jjhiblot@ti.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/ofnode.h>
 #include <dm/lists.h>
index f0ad47d4efe9313e480154f1da5e34c06db40eb4..537959a0930caf8d76f15075470910e7b3ffd23e 100644 (file)
@@ -8,7 +8,6 @@
  *   Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
  */
 
-#include <common.h>
 #include <blk.h>
 #include <console.h>
 #include <dm.h>
index ac2d886892d9bbd4afd75c7cebd14133fbc4e765..3c31bfcd31f99f1c47a29bddfa6519a5a7bc489a 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/of_extra.h>
 #include <dm/test.h>
index a241c42793671de65db6e836417ab403bd2fb0ac..d4939e88516272ef6cba47f442b8d35778b5221a 100644 (file)
@@ -1,6 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0+
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <dt-structs.h>
index a5bc43aea4e76148bef524d89c382801051ea143..39191d7f52b553f635ab20d99b0d3360bed57832 100644 (file)
@@ -16,7 +16,6 @@
  * behaviour of each ofnode function, since that is done by the normal ones.
  */
 
-#include <common.h>
 #include <abuf.h>
 #include <dm.h>
 #include <log.h>
index 3523860d2b312ad788209dfc290ef37e20bc2fea..69d03c4910738e8f01682098ea0ca816a7a158bf 100644 (file)
@@ -1,6 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0+
 
-#include <common.h>
 #include <dm.h>
 #include <dm/test.h>
 #include <test/ut.h>
index 6279b391ca5e9a40f81e42dbbd7d93847c927f58..cf4a3a545ed0c827c9f713ac3a8278bbc239c24b 100644 (file)
@@ -4,7 +4,6 @@
  * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
  */
 
-#include <common.h>
 #include <display_options.h>
 #include <dm.h>
 #include <video_osd.h>
index df24709141ad45599d01ea170c650805e24f7cdd..3ada1fcb3629e06f43f8199c749d3737092a7cc9 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2019 Google LLC
  */
 
-#include <common.h>
 #include <dm.h>
 #include <p2sb.h>
 #include <asm/test.h>
index 4d435a0d255c097f743f83e6298342693a707a68..8be7c397a46219886d808dbbed80db07b248545f 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <backlight.h>
 #include <dm.h>
 #include <panel.h>
index d6e4345812748f6d12e85db8061dce47a2b9c7cd..cabb31d18ca04236eed1ffaf4288eafdebd4f741 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2020 Sean Anderson <sean.anderson@seco.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <mmc.h>
 #include <part.h>
index 53f7bbf180c9281a31e014bfd9875cdf5933a4ee..b37b856d5dacf862f403916a013e08af8aa506f4 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2018 Google LLC
  */
 
-#include <common.h>
 #include <dm.h>
 #include <pch.h>
 #include <asm/test.h>
index 8c5e7da9e62906a4ea39e084b1dbd1880adad559..9b97f2e0544f8d65f04fdfe7d682b0a96c6c5ea0 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2015 Google, Inc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <asm/io.h>
 #include <asm/test.h>
index 9941abd4cebc9cbf531cd45178d7bdf0e29e51d6..e82fc53f84b1025599d5815663ccb5caf973893c 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2019 Ramon Fried
  */
 
-#include <common.h>
 #include <dm.h>
 #include <hexdump.h>
 #include <pci_ep.h>
index 0cf3689fdecbf649eaceb04ef094c6aec155e3f4..d14117f6f7a91f10d9e4d6dc3cde44d7e74d8381 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Jean-Jacques Hiblot  <jjhiblot@ti.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <generic-phy.h>
 #include <log.h>
index 342f2fa8ebaa92553312d8f2cd656e012ad09c85..1ee2150482c6003aea12a52afd44ff15e0658ad6 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2020 Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <mapmem.h>
 #include <phys2bus.h>
index 6880b2d2cd9c970f542effdd66fc69a75da9c9eb..cfbe3ef5d1eb9fcce4be4cf92ccb88f21690b5f4 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2020 Sean Anderson <seanga2@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/pinctrl.h>
 #include <dm/test.h>
index e70227e7800bac539475a05abf8c53e77f2dceff..bbad1ee2741916e1bc5ae5ca84095d8306cb723b 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2019 Google LLC
  */
 
-#include <common.h>
 #include <dm.h>
 #include <power/acpi_pmc.h>
 #include <dm/test.h>
index ce671202fbc60eacaaaf12398f5ecc3eb99c66d8..53a6f0369e8701ed1e36b6dd1db179c61501d2ac 100644 (file)
@@ -6,7 +6,6 @@
  * Przemyslaw Marczak <p.marczak@samsung.com>
  */
 
-#include <common.h>
 #include <errno.h>
 #include <dm.h>
 #include <fdtdec.h>
index 8604b5d72dc0335f1601c4d8a4c32085e5412509..120a9059c8e6d7424afc13749e723829b4da3424 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2016, NVIDIA CORPORATION.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <malloc.h>
 #include <dm/test.h>
index dff626c771ac468ac6e7771aa61cb0a18b9abc93..80133347ec73a9004b61ee501f6d7a9c7843bf8a 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2017 Google, Inc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <pwm.h>
 #include <asm/test.h>
index f3f356898308e192b1a83f50cc9e51edabc1bef6..3c354163ef3b11c65bc174b494631a9c19ee5ff4 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2021 Asherah Connor <ashe@kivikakk.ee>
  */
 
-#include <common.h>
 #include <qfw.h>
 #include <dm.h>
 #include <asm/test.h>
index f624343138d6bd569df873d7079be21c08e84b80..188c7c327584f2d012a2d7f00178342ec0899522 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2015 Google, Inc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <ram.h>
 #include <asm/global_data.h>
index 7768aa29688569fcece433ca434b6e259525e736..4ecf18110d0fba45b2e8a2786d5d473d82c11eb8 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2020 Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/device.h>
 #include <dm/ofnode.h>
index fbb9c3a5426a638704a5ce1bb828fcc6b7553975..160b4da07f2029aaa8a50aa4e266d82aa86e047f 100644 (file)
@@ -3,7 +3,6 @@
  * (C) 2018 Theobroma Systems Design und Consulting GmbH
  */
 
-#include <common.h>
 #include <dm.h>
 #include <reboot-mode/reboot-mode.h>
 #include <env.h>
index 8560f2afc2d1ffee953c44b989d4b499644ea364..1398f8f6573ea15d5d7253ef68173dbd554bfbbf 100644 (file)
@@ -3,13 +3,13 @@
  * Copyright (C) 2015 Google, Inc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <mapmem.h>
 #include <regmap.h>
 #include <syscon.h>
 #include <rand.h>
+#include <time.h>
 #include <asm/test.h>
 #include <dm/test.h>
 #include <dm/devres.h>
index 86f4862d9dd07cecda929609617d609f10c0bfb2..9e45fd177b944bd8ff35388c8326af383126b977 100644 (file)
@@ -6,7 +6,6 @@
  * Przemyslaw Marczak <p.marczak@samsung.com>
  */
 
-#include <common.h>
 #include <errno.h>
 #include <dm.h>
 #include <fdtdec.h>
index f6f9e509e27a2489b7e30a6b726ee6ad1972b223..ef9e8e5a0df6d2a8af9252feff7ee5e6cea63045 100644 (file)
@@ -3,7 +3,8 @@
  * (C) Copyright 2015
  * Texas Instruments Incorporated - https://www.ti.com/
  */
-#include <common.h>
+
+#include <config.h>
 #include <dm.h>
 #include <elf.h>
 #include <errno.h>
index e2d6f456230c758364e34f32a335608a854e3edd..d3158bf4a72e1520f7280a78faed7a6565dc779b 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2016, NVIDIA CORPORATION.
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/device-internal.h>
 #include <log.h>
index 3c3e8efa92f2f6a76b990b70d84e150b982f1c3a..3dc9ca1add11a8b60de81cea70cd038d7db94ae2 100644 (file)
@@ -8,7 +8,6 @@
  * Copyright (C) 2023 Johan Jonker <jbx6244@gmail.com>
  */
 
-#include <common.h>
 #include <blk.h>
 #include <dm.h>
 #include <fs.h>
index 6d1f68848d52eea6b999a31583c24151d350e290..c8ed6cadf586e1db0590d05fec909958e94d2037 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2019, Linaro Limited
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <rng.h>
index bf97dbbd2f9efcd40ce0bffe0fb7af5ef1ac8e21..a8aa41955c22e32557157d538b1f1f5debf93af9 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <console.h>
 #include <dm.h>
 #include <i2c.h>
index adf36ffaab1dd52f7e2c9d4563eeaaec90d7051b..69fc900e342961ced985667981f502ac493aadec 100644 (file)
@@ -12,7 +12,6 @@
  * unknown SCMI protocol ID.
  */
 
-#include <common.h>
 #include <clk.h>
 #include <dm.h>
 #include <reset.h>
index 380cfc88baba2ab674279bd33f5d054466c2dad4..5180159fb27dd0218bd4065ce8086900e168c84d 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2015 Google, Inc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <part.h>
 #include <scsi.h>
index 34b783e062e1f3bbe3add5e4166d115edfffd283..34c0d4db879acf0e55683f6a8bb701b5675d0888 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2018, STMicroelectronics
  */
 
-#include <common.h>
 #include <log.h>
 #include <serial.h>
 #include <dm.h>
index 17d43fef3bc3a10b9da50a8ab574ccef055e5b56..0e3a0f13f9ec42cb099c2c9198d57aff0dd841fc 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2013 Google, Inc
  */
 
-#include <common.h>
 #include <command.h>
 #include <dm.h>
 #include <fdtdec.h>
index 3530b47fac2f64aaa9a0a84feac316230c715c94..8a730ba2fce4d3f43fdc634899ead786260ffdab 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2021, Bin Meng <bmeng.cn@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/test.h>
 #include <dm/simple_bus.h>
index 792c7450580627edc013e7e5c550701f34108135..9949cb34d5964fe28fb9b00aaca8b3b2480d7e28 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2020 Sean Anderson <seanga2@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/test.h>
 #include <dm/device-internal.h>
index 7ebb0c9c85ed437ae3ec64d479a9109493042d92..4d95c2ad75bd578e7242eed62c69a8d5487a0d6f 100644 (file)
@@ -5,7 +5,6 @@
  * Author: Alexey Romanov <avromanov@salutedevices.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <sm.h>
 #include <sandbox-sm.h>
index 289fb59ba1367b44a97a95e200d95ab9c2db3c9e..adcbfe574ab92b99f36520f40e5b20a9eabdf896 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2018 Ramon Fried <ramon.fried@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <smem.h>
 #include <dm/test.h>
index 8f6c97fa79086a9c4354619d81f69522e20b38b0..cb0ac1545f7fb43f32dbd7fb3eed6935dc9f14d4 100644 (file)
@@ -6,7 +6,6 @@
  *     Dave Gerlach <d-gerlach@ti.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/test.h>
 #include <dm/uclass-internal.h>
index 15d545ab5a34294dc858860a62617e88d7671772..f4e6215e683019bd88c6ee7bc82c13f56b01687f 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <sound.h>
 #include <dm/test.h>
index 325799bbf104217a03b85959c79f5dd225829cc8..1ab2dd783249f42a453ef9379f9e12bc9c036a91 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2013 Google, Inc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <fdtdec.h>
 #include <spi.h>
index 97bb0eb30fc9b19319321844cd45e61fecf6416d..e10ae8db4d3085ba8e2a47e05834d0d626aa521b 100644 (file)
@@ -3,7 +3,6 @@
  * (C) Copyright 2015 Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
  */
 
-#include <common.h>
 #include <fdtdec.h>
 #include <dm.h>
 #include <malloc.h>
index eeaddf88392c7fed2e6d55c21e11275156ecb022..ba19504573f4faf79f43c19f24a0dc536924f778 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2020 Sean Anderson <seanga2@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <dm/test.h>
 #include <regmap.h>
index be232972336255f91557515a6dd60e9d9f3b717a..04d324e87d442f76225a337adce636021d62eddb 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2015 Google, Inc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <syscon.h>
index 2e494b3f341280fe05791c4383f8753f2a685ff0..24a99dafb152bc147d30d2bb7c2b7b2dd130aa64 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2021 Sean Anderson <sean.anderson@seco.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <sysinfo.h>
index 96b3a8ebabac9ec50551402884d66ce60da7d8a4..7444a580df6eb402f177866be6ad7629904b49ae 100644 (file)
@@ -4,7 +4,6 @@
  * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <dm/test.h>
index 5aa69e046186a33af5406e1e38e0085969647144..f3a859be787802711483080df51eec8ec611b241 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2015 Google, Inc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <sysreset.h>
 #include <asm/state.h>
index 8ae8a1fcd65b8868284e6555630d46456def0186..bce8a35acfb5da528a8ae35425a36fd2b1a49bdf 100644 (file)
@@ -6,7 +6,6 @@
  *  Author: AKASHI Takahiro
  */
 
-#include <common.h>
 #include <dm/tag.h>
 #include <dm/test.h> /* DM_TEST() */
 #include <test/test.h> /* struct unit_test_state */
index 7a11bf89138993172e9293c2c1723bce631b5937..bb02a9b3c98b83adf348c4fd5d481b3262048026 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2018 Linaro Limited
  */
 
-#include <common.h>
 #include <dm.h>
 #include <log.h>
 #include <malloc.h>
index e73a1dd8f814e11ed7e06dcdc06819515fd4e506..4bc2c45db61cd38e85d5fecf8693037a1cd38c84 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2013 Google, Inc
  */
 
-#include <common.h>
 #include <test/suites.h>
 #include <test/test.h>
 
index 02cb974b0f74eb68f60f554bf82789cd2bd2292c..851177c3018ae5561787550c0caa42c8d96fb98d 100644 (file)
@@ -6,7 +6,6 @@
  * Pavel Herrmann <morpheus.ibis@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <log.h>
index 72d0eb57e21291e253dde55fad4e2675e82e50f8..18c89eef43fce6a03dff7693e1b004e303737fa1 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2013 Google, Inc
  */
 
-#include <common.h>
 #include <dm.h>
 #include <errno.h>
 #include <fdtdec.h>
index 067701734a08e20f0b6de0270d824f96d9727527..9a80cc63667be95bc0f1cda5e618451f984824d8 100644 (file)
@@ -6,7 +6,6 @@
  * Pavel Herrmann <morpheus.ibis@gmail.com>
  */
 
-#include <common.h>
 #include <log.h>
 #include <malloc.h>
 #include <dm.h>
index 9f94d47692003f0b45afdf98035fe93dfe9566c0..7fcefc42e5954d5f3467844491935a9869aefbc2 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <timer.h>
 #include <dm/test.h>
index cde933ab28489467db46b55eb006d1f3f31e6760..0e413c0eedd025db9a076d293fe01a757f16eef6 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <tpm_api.h>
 #include <dm/test.h>
index 7671ef156d8476d35b51cec387e7d6b1a9af1965..9a571938b8163c9b2e51aab04b061a502dc7cfac 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2015 Google, Inc
  */
 
-#include <common.h>
 #include <console.h>
 #include <dm.h>
 #include <part.h>
index d907f681600bace36d83b3335ae706cbc4e38b52..7dfbeb9555d15396f9322e49fda07e7404200275 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <bzlib.h>
 #include <dm.h>
 #include <gzip.h>
index 3e108cdc35d0485f9dd0d501f1e803355a86b298..3efd7c74f4271c3c8a07acccb36a93fc892bbc0a 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2018, Bin Meng <bmeng.cn@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <virtio_types.h>
 #include <virtio.h>
index fdda4da417813cc1740ffe5a73d1d75dbc5f414b..63dc53415b73d06d356acc616137214c16fdd841 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2018, Bin Meng <bmeng.cn@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <virtio_types.h>
 #include <virtio.h>
index 8b9a04b1fdef727f0c9dcc049bea8b22d85e6ac1..ab7d862d79ef5ea655b1dabc43b3f670fcb4fda5 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Andrew Scull <ascull@google.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <virtio_types.h>
 #include <virtio.h>
index 2bbebcdbf286f070eb0bae8d9a6dc4ce26f7ef52..1df2da23c6c76dad7c7cb0e12ea3770ce723accd 100644 (file)
@@ -3,9 +3,9 @@
  * Copyright 2017 Google, Inc
  */
 
-#include <common.h>
 #include <cyclic.h>
 #include <dm.h>
+#include <time.h>
 #include <wdt.h>
 #include <asm/gpio.h>
 #include <asm/state.h>
index 8d5c0f1c3df49314f119b571cc5b682179feee0c..de5d5d4ee27ca6dba226e726e876a0de70f22b53 100644 (file)
@@ -4,7 +4,6 @@
  * Joe Hershberger, National Instruments, joe.hershberger@ni.com
  */
 
-#include <common.h>
 #include <command.h>
 #include <env_attr.h>
 #include <test/env.h>
index d65a32179ce10839a604eaad616a3d2c13e8a272..13e0998341e7e4ed3b59583b092cdfb4b74a6791 100644 (file)
@@ -4,7 +4,6 @@
  * Joe Hershberger, National Instruments, joe.hershberger@ni.com
  */
 
-#include <common.h>
 #include <command.h>
 #include <test/env.h>
 #include <test/suites.h>
index 30bfa88c35506036648c903937fd5b283d989da8..c495ac7b307c0a430184f4e370c24bbb7ec28fd2 100644 (file)
@@ -1,4 +1,3 @@
-#include <common.h>
 #include <command.h>
 #include <env_attr.h>
 #include <test/env.h>
index 70102f9121c271d00b851ed074ac9f4df11472f9..ccdf0138c4b8ef79b9426b3c010c242e67184587 100644 (file)
@@ -4,11 +4,11 @@
  * Roman Kapl, SYSGO, rka@sysgo.com
  */
 
-#include <common.h>
 #include <command.h>
 #include <log.h>
 #include <search.h>
 #include <stdio.h>
+#include <vsprintf.h>
 #include <test/env.h>
 #include <test/ut.h>
 
index d0bc7b8d7b760e4f742509bb535eb07c8f3c128c..faa140433ff52805467fe5aa79b3b3be1922126d 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #include <command.h>
-#include <common.h>
 #include <dm.h>
 #include <fuzzing_engine.h>
 #include <test/fuzz.h>
index 8a47667e778540ea7b79999994e51698d37c2140..836eb9a2f660832fc05e2cc2929aa1a92606a9d1 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Andrew Scull <ascull@google.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <virtio.h>
 #include <virtio_ring.h>
index e1036eff28caf2d361fd1cb7bf8b2e671f32a9d5..7cbad40ea0cde8d26b12fef50265114038fcf624 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2023 Sean Anderson <seanga2@gmail.com>
  */
 
-#include <common.h>
 #include <image.h>
 #include <imx_container.h>
 #include <mapmem.h>
index a89189e1124c6e65a81a8f7ce71939bd2bd620e9..935078bf67b4ad090c15f0ca60481a0c3efc3483 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2023 Sean Anderson <seanga2@gmail.com>
  */
 
-#include <common.h>
 #include <blk.h>
 #include <ext_common.h>
 #include <ext4fs.h>
index 9d067a7a592fed73a7ef8e9b6c18f7964a2ac2ef..4af6e21b8b98e6c4b3fbb05dced68244e1e1e5ea 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2023 Sean Anderson <seanga2@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <spl.h>
 #include <test/spl.h>
index de5686343b999f45d589b4499f7f0542820017a9..f53a6724e27fae5e200e774a58c1b81158b91ea1 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2023 Sean Anderson <seanga2@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <spl.h>
 #include <asm/io.h>
index 26228a8a4a9ce851235757e19fd162891a640792..7d5fb9b07e05faebf4693d66122c471e9f629eef 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <image.h>
 #include <os.h>
 #include <spl.h>
index 54a95465e239ec3bd9d35c72582cecccdc45e20a..80836dc0dffa89993a7825b9b44fa405f0f2be5c 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2023 Sean Anderson <seanga2@gmail.com>
  */
 
-#include <common.h>
 #include <dm.h>
 #include <spi_flash.h>
 #include <spl.h>
index 42803b20e2a1e4c5293588afd12ec441ce61e72e..7c0481ab610b5b22d199c4a1f7e89a32933f65c7 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <abuf.h>
 #include <mapmem.h>
 #include <test/lib.h>
index a66cdd77df0ad80f3acf66fec1a76ccc2c138f82..4842b7058ac58f6a1587fb3808089e06636dde62 100644 (file)
@@ -6,7 +6,6 @@
  * Unit test for asn1 compiler and asn1 decoder function via various parsers
  */
 
-#include <common.h>
 #include <command.h>
 #include <test/lib.h>
 #include <test/test.h>
index f1ac015b2c89786bb7dafdc27632009a3580229d..f98cb9b3c572ed9cdd90ee55836768adb697c9ce 100644 (file)
@@ -5,7 +5,6 @@
  * Unit tests for library functions
  */
 
-#include <common.h>
 #include <command.h>
 #include <test/lib.h>
 #include <test/suites.h>
index 24e2f23c5af5a585856a83d0c4b50af3fcde6aae..290c8768fa4ccc7ca6e9bcba50cba8df32b10c08 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (c) 2020 Heinrich Schuchardt <xypron.glpk@gmx.de>
  */
 
-#include <common.h>
 #include <efi_loader.h>
 #include <test/lib.h>
 #include <test/test.h>
index 0b888f8433789264a5ebf5dcd8b8a6a99944c1f4..3ca49dc4a2eb959c29dbbe333ea29763148226a9 100644 (file)
@@ -3,7 +3,6 @@
  * (C) Copyright 2020, Heinrich Schuchardt <xypron.glpk@gmx.de>
  */
 
-#include <common.h>
 #include <efi_loader.h>
 #include <test/lib.h>
 #include <test/test.h>
index 3c68b93c8a596d4b895336ed004630eb070ce7ab..388a076200b38f304a957266d0e2259d2dcb6751 100644 (file)
@@ -6,7 +6,6 @@
  * posix/tst-getopt-cancel.c
  */
 
-#include <common.h>
 #include <getopt.h>
 #include <test/lib.h>
 #include <test/test.h>
index 5dccf4388663f3f4557865ae3517e24afb396430..d531a830398de1422b2260ca3fca63f51f6295f7 100644 (file)
@@ -4,7 +4,6 @@
  * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
  */
 
-#include <common.h>
 #include <hexdump.h>
 #include <test/lib.h>
 #include <test/test.h>
index 3914f699659fb5257e1681d774b8a544e6e2b2e0..0c463bb794a5e1f9f2db995d544bd723f5e59ca0 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <test/lib.h>
 #include <test/test.h>
 #include <test/ut.h>
index 8f8a3411b14fed40a04468156c6f93fb215342fb..3bd8abdf4b8ef4545e45ef9129b5a329af732f72 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <test/lib.h>
 #include <test/test.h>
 #include <test/ut.h>
index 7e4368de22e29c6af090f5725bcb2d9a89aa20ba..4b5b6e5e20984d6feae10fe12427f81f0045afc7 100644 (file)
@@ -3,7 +3,6 @@
  * (C) Copyright 2018 Simon Goldschmidt
  */
 
-#include <common.h>
 #include <dm.h>
 #include <lmb.h>
 #include <log.h>
index 201367a5a3a2616f42ac6822a6d15a550baa0011..79d889bdd5fab293a620c9f605222c84617ed525 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (c) 2021, Heinrich Schuchardt <xypron.glpk@gmx.de>
  */
 
-#include <common.h>
 #include <test/lib.h>
 #include <test/test.h>
 #include <test/ut.h>
index 44f8ade226f42ebcdd3f5b312a2501c8c9cd0e07..40f70010c78846fd73b8ec277e047af3c51db9b1 100644 (file)
@@ -6,7 +6,6 @@
  * Unit test for rsa_verify() function
  */
 
-#include <common.h>
 #include <command.h>
 #include <image.h>
 #include <test/lib.h>
index 772e4b9204256151493601ce3f790beadda364e1..9fe5521749fd6801b9fb9a47981efe3d908f9e7b 100644 (file)
@@ -9,7 +9,6 @@
  * Unit tests for sscanf() function
  */
 
-#include <common.h>
 #include <command.h>
 #include <log.h>
 #include <test/lib.h>
index 5dcf4d6db00389f6ed28bbb8add28409eeec7c7d..d08dbca92915c3f9b1abc7f801ae5f04a8ff9376 100644 (file)
@@ -9,7 +9,6 @@
  * This has to be considered in testing.
  */
 
-#include <common.h>
 #include <command.h>
 #include <log.h>
 #include <test/lib.h>
index d8453fe78e2c01c4ce192684f4a1e974a5cae221..d1a0293271b030cd5a53a003e8ca7bbe396769a1 100644 (file)
@@ -6,7 +6,6 @@
  * These tests adapted from glibc's string/test-strncat.c
  */
 
-#include <common.h>
 #include <test/lib.h>
 #include <test/test.h>
 #include <test/ut.h>
index cbc712f7eda3d19b06a1a93dfd053f2fcd65cf3c..cfd9d8ca5a933b9795a01a49b7a5d701129390f9 100644 (file)
@@ -5,7 +5,6 @@
  * Unit tests for aes functions
  */
 
-#include <common.h>
 #include <command.h>
 #include <hexdump.h>
 #include <rand.h>
index fb21edf9748467f3e58cbfc3a151779294a820b2..dcdadd992c15a4c388ff0b72718a72536f38515e 100644 (file)
@@ -5,7 +5,6 @@
  * Unit test for crypt-style password hashing
  */
 
-#include <common.h>
 #include <test/lib.h>
 #include <test/test.h>
 #include <test/ut.h>
index 8a9f1fd9805abeb2cc5b8ee3494fdfc4165f314d..67f76442b2719b428bebf5ccfd6afe919377f91d 100644 (file)
@@ -9,7 +9,6 @@
  * This has to be considered in testing.
  */
 
-#include <common.h>
 #include <command.h>
 #include <errno.h>
 #include <test/lib.h>
index 79b67c779321c279c48433750c0b4c8b49a751c2..c7fc50a1de17cd5e4b33ae5decb3d09a21091bf6 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright 2020, Heinrich Schuchadt <xypron.glpk@gmx.de>
  */
 
-#include <common.h>
 #include <command.h>
 #include <display_options.h>
 #include <asm/global_data.h>
index e24331a136682bfeb5990d59eedef07e1f117154..0914f2c47e77e142f7b934bacfb79d5dbcb23471 100644 (file)
@@ -8,7 +8,6 @@
  *   Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
  */
 
-#include <common.h>
 #include <uuid.h>
 #include <test/lib.h>
 #include <test/test.h>
index de7b7f064cd597cfcbb74ca35f496e27d695f5f2..036d44b9d73d14345043b9fb6779cbf06b32920a 100644 (file)
@@ -5,7 +5,6 @@
  * Test continuation of log messages.
  */
 
-#include <common.h>
 #include <console.h>
 #include <asm/global_data.h>
 #include <test/log.h>
index b644b40a850dd590a15349cd495b03815cbeffd0..9cc891dc48c1e7c1525b7bc0d108fdc80451f9be 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2020 Sean Anderson <seanga2@gmail.com>
  */
 
-#include <common.h>
 #include <console.h>
 #include <log.h>
 #include <asm/global_data.h>
index c5abff80d11136185791bb6e8f7f19ee0f15c2ca..855353a9c40966dfad4ded9f7036e7c0bf9aeb27 100644 (file)
@@ -6,7 +6,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <command.h>
 #include <log.h>
 #include <asm/global_data.h>
index 5aa3a1840045f18f6b0a76316acf30e15e368f24..6617ed8b15250c5fc101d4203a058fe2b73378c2 100644 (file)
@@ -5,7 +5,6 @@
  * Logging function tests.
  */
 
-#include <common.h>
 #include <console.h>
 #include <log.h>
 #include <test/log.h>
index bd9a4f408e7b28f848b50e3e8f73efff62e21a36..b714a16d2e7e0c7b1f4fedb212d27a495ee153cc 100644 (file)
@@ -5,7 +5,6 @@
  * Logging function tests for CONFIG_LOG=n without #define DEBUG
  */
 
-#include <common.h>
 #include <console.h>
 #include <log.h>
 #include <asm/global_data.h>
index 4e52e5bed822af34e8bc4e3b6c63a3823dc83995..c4c0fa6cf81a055855daf84a8bc0a667825cbf20 100644 (file)
@@ -8,7 +8,6 @@
 /* Needed for testing log_debug() */
 #define DEBUG 1
 
-#include <common.h>
 #include <console.h>
 #include <log.h>
 #include <asm/global_data.h>
index df4520d28075c746dedf34052aa45e07b7912e39..30f30d98fe143ed955ac67809b5ab531b8163d61 100644 (file)
@@ -5,7 +5,6 @@
  * Test continuation of log messages using pr_cont().
  */
 
-#include <common.h>
 #include <console.h>
 #include <test/log.h>
 #include <test/test.h>
index 4db649db82267941216708e584c1e4a26b663023..c4180f775b95e8c81672d40a406addfa2c7c3e29 100644 (file)
@@ -10,7 +10,6 @@
 /* Override CONFIG_LOG_MAX_LEVEL */
 #define LOG_DEBUG
 
-#include <common.h>
 #include <asm/global_data.h>
 #include <dm/device.h>
 #include <hexdump.h>
index 4438791044d0bedd7fdbd3e95c2cf6d653871fdd..b10e636812b56943ca490b418d395f66454dcf0f 100644 (file)
@@ -7,7 +7,6 @@
  * Invoke the test with: ./u-boot -d arch/sandbox/dts/test.dtb
  */
 
-#include <common.h>
 #include <asm/global_data.h>
 #include <dm/device.h>
 #include <hexdump.h>
index c3887ab11d925e507120e7dbe297576972b39348..c6f50e0995ac5af4077130b540a9b010f2b7f375 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (C) 2019, Theobroma Systems Design und Consulting GmbH
  */
 
-#include <common.h>
 #include <command.h>
 #include <errno.h>
 #include <fdt_support.h>
index 56a3df17138bfe9b7cd87a787d601db4842ce041..bcb29a26e216a55af8c28775355858ab845119ae 100644 (file)
@@ -4,7 +4,6 @@
  * Copyright (c) 2016 Free Electrons
  */
 
-#include <common.h>
 #include <command.h>
 #include <errno.h>
 #include <fdt_support.h>
index bb844d2542b7038da1020da724d987bb6fd9fca3..bded2b6ebe5adda45dedb1fc1823679263f6ffe6 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright (c) 2012, The Chromium Authors
  */
 
-#include <common.h>
 #include <command.h>
 #include <efi_api.h>
 #include <display_options.h>
index f6d09e8643d6162782229b24dc5e908369889785..9051e32c7ced8bdadce3b65af82d2168db747c42 100644 (file)
@@ -1,4 +1,4 @@
-#include <common.h>
+#include <linux/types.h>
 
 int test_types(void)
 {
index fa9328ede501d4447c44fdd0923ca5ba41950f38..389779859a3d28a06c0152696e482839d086389b 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2020 Google LLC
  */
 
-#include <common.h>
 #include <vsprintf.h>
 #include <test/suites.h>
 #include <test/test.h>
index b7015d9f38ddf6c308b6c6355c4ac02e0266c1fe..3fa6f6e32ec84ee0d681e53cc88e093f9c7c32ec 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <blk.h>
 #include <console.h>
 #include <cyclic.h>
index 80b82dbfd8331af9b7fd35edaa5cf8a437eb5c2f..149c4b58f4a1f78be9df7f1021b42fba07ef8365 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Simon Glass <sjg@chromium.org>
  */
 
-#include <common.h>
 #include <command.h>
 #include <errno.h>
 #include <time.h>
index 47c3f52774cdd2798c5f364a93c486db0dd0b6d7..13e29c9b9e323a59e981cea91f0f919be5ec2dba 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (c) 2018 Heinrich Schuchardt <xypron.glpk@gmx.de>
  */
 
-#include <common.h>
 #include <charset.h>
 #include <command.h>
 #include <efi_loader.h>
index 628e9dc9805084ba4bdf90c6bd1525eabd1287c8..ae99831ac8ff73854ff2239d47528a5b1f6948ea 100644 (file)
--- a/test/ut.c
+++ b/test/ut.c
@@ -5,7 +5,6 @@
  * Copyright (c) 2013 Google, Inc
  */
 
-#include <common.h>
 #include <console.h>
 #include <malloc.h>
 #ifdef CONFIG_SANDBOX