diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/bloblist.c | 1 | ||||
-rw-r--r-- | test/bootm.c | 1 | ||||
-rw-r--r-- | test/cmd/test_echo.c | 1 | ||||
-rw-r--r-- | test/dm/acpi.c | 1 | ||||
-rw-r--r-- | test/dm/blk.c | 1 | ||||
-rw-r--r-- | test/dm/bus.c | 1 | ||||
-rw-r--r-- | test/dm/core.c | 1 | ||||
-rw-r--r-- | test/dm/fdtdec.c | 1 | ||||
-rw-r--r-- | test/dm/mux-emul.c | 1 | ||||
-rw-r--r-- | test/dm/of_platdata.c | 1 | ||||
-rw-r--r-- | test/dm/ram.c | 1 | ||||
-rw-r--r-- | test/dm/test-fdt.c | 1 | ||||
-rw-r--r-- | test/dm/test-main.c | 1 | ||||
-rw-r--r-- | test/lib/test_print.c | 1 | ||||
-rw-r--r-- | test/log/cont_test.c | 1 | ||||
-rw-r--r-- | test/log/log_filter.c | 1 | ||||
-rw-r--r-- | test/log/log_test.c | 1 | ||||
-rw-r--r-- | test/log/nolog_test.c | 1 | ||||
-rw-r--r-- | test/log/pr_cont_test.c | 1 | ||||
-rw-r--r-- | test/log/syslog_test.c | 1 | ||||
-rw-r--r-- | test/log/syslog_test_ndebug.c | 1 | ||||
-rw-r--r-- | test/ut.c | 1 |
22 files changed, 22 insertions, 0 deletions
diff --git a/test/bloblist.c b/test/bloblist.c index 85a6c39680e..6953d3010a6 100644 --- a/test/bloblist.c +++ b/test/bloblist.c @@ -7,6 +7,7 @@ #include <bloblist.h> #include <log.h> #include <mapmem.h> +#include <asm/global_data.h> #include <test/suites.h> #include <test/test.h> #include <test/ut.h> diff --git a/test/bootm.c b/test/bootm.c index 92dc2b6e173..563d6ebaa5a 100644 --- a/test/bootm.c +++ b/test/bootm.c @@ -7,6 +7,7 @@ #include <common.h> #include <bootm.h> +#include <asm/global_data.h> #include <test/suites.h> #include <test/test.h> #include <test/ut.h> diff --git a/test/cmd/test_echo.c b/test/cmd/test_echo.c index 4183cf75bb6..aa5cebc4e78 100644 --- a/test/cmd/test_echo.c +++ b/test/cmd/test_echo.c @@ -7,6 +7,7 @@ #include <common.h> #include <command.h> +#include <asm/global_data.h> #include <display_options.h> #include <test/lib.h> #include <test/test.h> diff --git a/test/dm/acpi.c b/test/dm/acpi.c index e0a323ecd40..240187c5235 100644 --- a/test/dm/acpi.c +++ b/test/dm/acpi.c @@ -17,6 +17,7 @@ #include <acpi/acpigen.h> #include <acpi/acpi_device.h> #include <acpi/acpi_table.h> +#include <asm/global_data.h> #include <dm/acpi.h> #include <dm/test.h> #include <test/ut.h> diff --git a/test/dm/blk.c b/test/dm/blk.c index a39a1ebd289..b7f4304e9e9 100644 --- a/test/dm/blk.c +++ b/test/dm/blk.c @@ -7,6 +7,7 @@ #include <dm.h> #include <part.h> #include <usb.h> +#include <asm/global_data.h> #include <asm/state.h> #include <dm/test.h> #include <test/test.h> diff --git a/test/dm/bus.c b/test/dm/bus.c index e768eab6957..89a6aa6554c 100644 --- a/test/dm/bus.c +++ b/test/dm/bus.c @@ -9,6 +9,7 @@ #include <os.h> #endif #include <dm.h> +#include <asm/global_data.h> #include <dm/device.h> #include <dm/device-internal.h> #include <dm/test.h> diff --git a/test/dm/core.c b/test/dm/core.c index 1f5ca570dc7..ea1d1908968 100644 --- a/test/dm/core.c +++ b/test/dm/core.c @@ -11,6 +11,7 @@ #include <fdtdec.h> #include <log.h> #include <malloc.h> +#include <asm/global_data.h> #include <dm/device-internal.h> #include <dm/root.h> #include <dm/util.h> diff --git a/test/dm/fdtdec.c b/test/dm/fdtdec.c index 017157a2ecd..1f630ea3eee 100644 --- a/test/dm/fdtdec.c +++ b/test/dm/fdtdec.c @@ -5,6 +5,7 @@ #include <common.h> #include <dm.h> +#include <asm/global_data.h> #include <dm/of_extra.h> #include <dm/test.h> #include <test/ut.h> diff --git a/test/dm/mux-emul.c b/test/dm/mux-emul.c index 45154cea500..58233edc9b2 100644 --- a/test/dm/mux-emul.c +++ b/test/dm/mux-emul.c @@ -9,6 +9,7 @@ #include <mux-internal.h> #include <dm/test.h> #include <test/ut.h> +#include <asm/global_data.h> struct mux_emul_priv { u32 state; diff --git a/test/dm/of_platdata.c b/test/dm/of_platdata.c index 26c50922c56..e9804cc27fa 100644 --- a/test/dm/of_platdata.c +++ b/test/dm/of_platdata.c @@ -6,6 +6,7 @@ #include <dm/test.h> #include <test/test.h> #include <test/ut.h> +#include <asm/global_data.h> /* Test that we can find a device using of-platdata */ static int dm_test_of_plat_base(struct unit_test_state *uts) diff --git a/test/dm/ram.c b/test/dm/ram.c index f01236c8cd5..f624343138d 100644 --- a/test/dm/ram.c +++ b/test/dm/ram.c @@ -6,6 +6,7 @@ #include <common.h> #include <dm.h> #include <ram.h> +#include <asm/global_data.h> #include <dm/test.h> #include <test/test.h> #include <test/ut.h> diff --git a/test/dm/test-fdt.c b/test/dm/test-fdt.c index b5ac9bba24e..6e83aeecd92 100644 --- a/test/dm/test-fdt.c +++ b/test/dm/test-fdt.c @@ -10,6 +10,7 @@ #include <fdtdec.h> #include <log.h> #include <malloc.h> +#include <asm/global_data.h> #include <asm/io.h> #include <dm/test.h> #include <dm/root.h> diff --git a/test/dm/test-main.c b/test/dm/test-main.c index 69458d62c86..560f8d63ec6 100644 --- a/test/dm/test-main.c +++ b/test/dm/test-main.c @@ -10,6 +10,7 @@ #include <errno.h> #include <log.h> #include <malloc.h> +#include <asm/global_data.h> #include <asm/state.h> #include <dm/test.h> #include <dm/root.h> diff --git a/test/lib/test_print.c b/test/lib/test_print.c index 1d497d00413..12972f1bcd6 100644 --- a/test/lib/test_print.c +++ b/test/lib/test_print.c @@ -8,6 +8,7 @@ #include <common.h> #include <command.h> #include <display_options.h> +#include <asm/global_data.h> #include <test/lib.h> #include <test/test.h> #include <test/ut.h> diff --git a/test/log/cont_test.c b/test/log/cont_test.c index 68ca1d262c4..16379a74be6 100644 --- a/test/log/cont_test.c +++ b/test/log/cont_test.c @@ -7,6 +7,7 @@ #include <common.h> #include <console.h> +#include <asm/global_data.h> #include <test/log.h> #include <test/test.h> #include <test/suites.h> diff --git a/test/log/log_filter.c b/test/log/log_filter.c index e8a6e01a5cc..b644b40a850 100644 --- a/test/log/log_filter.c +++ b/test/log/log_filter.c @@ -6,6 +6,7 @@ #include <common.h> #include <console.h> #include <log.h> +#include <asm/global_data.h> #include <test/log.h> #include <test/ut.h> diff --git a/test/log/log_test.c b/test/log/log_test.c index 82234a69942..4a814ff4132 100644 --- a/test/log/log_test.c +++ b/test/log/log_test.c @@ -9,6 +9,7 @@ #include <common.h> #include <command.h> #include <log.h> +#include <asm/global_data.h> #include <test/log.h> #include <test/ut.h> diff --git a/test/log/nolog_test.c b/test/log/nolog_test.c index c418ed07c9a..cb4fb3db9a2 100644 --- a/test/log/nolog_test.c +++ b/test/log/nolog_test.c @@ -10,6 +10,7 @@ #include <common.h> #include <console.h> +#include <asm/global_data.h> #include <test/log.h> #include <test/test.h> #include <test/suites.h> diff --git a/test/log/pr_cont_test.c b/test/log/pr_cont_test.c index 236eff4b33b..6abddf7a119 100644 --- a/test/log/pr_cont_test.c +++ b/test/log/pr_cont_test.c @@ -11,6 +11,7 @@ #include <test/test.h> #include <test/suites.h> #include <test/ut.h> +#include <asm/global_data.h> #include <linux/printk.h> #define BUFFSIZE 64 diff --git a/test/log/syslog_test.c b/test/log/syslog_test.c index a058d8f5695..4db649db822 100644 --- a/test/log/syslog_test.c +++ b/test/log/syslog_test.c @@ -11,6 +11,7 @@ #define LOG_DEBUG #include <common.h> +#include <asm/global_data.h> #include <dm/device.h> #include <hexdump.h> #include <test/log.h> diff --git a/test/log/syslog_test_ndebug.c b/test/log/syslog_test_ndebug.c index 84844a39440..4438791044d 100644 --- a/test/log/syslog_test_ndebug.c +++ b/test/log/syslog_test_ndebug.c @@ -8,6 +8,7 @@ */ #include <common.h> +#include <asm/global_data.h> #include <dm/device.h> #include <hexdump.h> #include <test/log.h> diff --git a/test/ut.c b/test/ut.c index 44ed1ba2d31..7328338731c 100644 --- a/test/ut.c +++ b/test/ut.c @@ -11,6 +11,7 @@ #ifdef CONFIG_SANDBOX #include <asm/state.h> #endif +#include <asm/global_data.h> #include <test/test.h> #include <test/ut.h> |