diff options
| author | Petr Mladek <pmladek@suse.com> | 2021-02-22 15:43:26 +0300 |
|---|---|---|
| committer | Petr Mladek <pmladek@suse.com> | 2021-02-22 15:43:26 +0300 |
| commit | 2a8c3a6410f042e89e36df20b465845852aa3d9f (patch) | |
| tree | 19e545ea1afa98744817d63426e7217e03322eea /lib/test_bitmap.c | |
| parent | 8a8109f303e25a27f92c1d8edd67d7cbbc60a4eb (diff) | |
| parent | 5ead723a20e0447bc7db33dc3070b420e5f80aa6 (diff) | |
| download | linux-2a8c3a6410f042e89e36df20b465845852aa3d9f.tar.xz | |
Merge branch 'for-5.12-no_hash_pointers' into for-linus
Diffstat (limited to 'lib/test_bitmap.c')
| -rw-r--r-- | lib/test_bitmap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/test_bitmap.c b/lib/test_bitmap.c index 4425a1dd4ef1..0ea0e8258f14 100644 --- a/lib/test_bitmap.c +++ b/lib/test_bitmap.c @@ -16,8 +16,7 @@ #include "../tools/testing/selftests/kselftest_module.h" -static unsigned total_tests __initdata; -static unsigned failed_tests __initdata; +KSTM_MODULE_GLOBALS(); static char pbl_buffer[PAGE_SIZE] __initdata; |
