test_rhashtable: remove initdata annotation
[linux-block.git] / lib / test_rhashtable.c
index de4d0584631a1ca0b746483a45ae5402a3776e8b..8e83cbdc049c72a4665be30b8099c7c141d59ff0 100644 (file)
@@ -251,7 +251,7 @@ static s64 __init test_rhashtable(struct rhashtable *ht, struct test_obj *array,
 }
 
 static struct rhashtable ht;
-static struct rhltable rhlt __initdata;
+static struct rhltable rhlt;
 
 static int __init test_rhltable(unsigned int entries)
 {