diff options
Diffstat (limited to 'lib/test_bitmap.c')
-rw-r--r-- | lib/test_bitmap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/test_bitmap.c b/lib/test_bitmap.c index 252d3bddbe7d..2526a2975c51 100644 --- a/lib/test_bitmap.c +++ b/lib/test_bitmap.c | |||
@@ -333,9 +333,6 @@ static void __init test_bitmap_u32_array_conversions(void) | |||
333 | } | 333 | } |
334 | } | 334 | } |
335 | 335 | ||
336 | #define __bitmap_set(a, b, c) bitmap_set(a, b, c) | ||
337 | #define __bitmap_clear(a, b, c) bitmap_clear(a, b, c) | ||
338 | |||
339 | static void noinline __init test_mem_optimisations(void) | 336 | static void noinline __init test_mem_optimisations(void) |
340 | { | 337 | { |
341 | DECLARE_BITMAP(bmap1, 1024); | 338 | DECLARE_BITMAP(bmap1, 1024); |