From cf967a2c2e112f9e66e8d7b9ff9bc7c63b4b2959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Tue, 29 May 2012 15:07:31 -0700 Subject: [PATCH] --- yaml --- r: 308980 b: refs/heads/master c: 26d7b99b835294ab21e2a2b4b3bdf04b03b0028d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/lib/test-kstrtox.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f78931a7e433..31d6bc1a9dcc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 17a801f4bfeb8d55df1b05fa7adb16ada504e765 +refs/heads/master: 26d7b99b835294ab21e2a2b4b3bdf04b03b0028d diff --git a/trunk/lib/test-kstrtox.c b/trunk/lib/test-kstrtox.c index d55769d63cb8..bea3f3fa3f02 100644 --- a/trunk/lib/test-kstrtox.c +++ b/trunk/lib/test-kstrtox.c @@ -11,7 +11,7 @@ struct test_fail { }; #define DEFINE_TEST_FAIL(test) \ - const struct test_fail test[] __initdata + const struct test_fail test[] __initconst #define DECLARE_TEST_OK(type, test_type) \ test_type { \ @@ -21,7 +21,7 @@ struct test_fail { } #define DEFINE_TEST_OK(type, test) \ - const type test[] __initdata + const type test[] __initconst #define TEST_FAIL(fn, type, fmt, test) \ { \