diff options
-rw-r--r-- | drivers/mtd/ubi/block.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/block.c b/drivers/mtd/ubi/block.c index 69a74fd07978..7ff473c871a9 100644 --- a/drivers/mtd/ubi/block.c +++ b/drivers/mtd/ubi/block.c | |||
@@ -156,7 +156,7 @@ static int __init ubiblock_set_param(const char *val, | |||
156 | return 0; | 156 | return 0; |
157 | } | 157 | } |
158 | 158 | ||
159 | static struct kernel_param_ops ubiblock_param_ops __initdata = { | 159 | static struct kernel_param_ops ubiblock_param_ops = { |
160 | .set = ubiblock_set_param, | 160 | .set = ubiblock_set_param, |
161 | }; | 161 | }; |
162 | module_param_cb(block, &ubiblock_param_ops, NULL, 0); | 162 | module_param_cb(block, &ubiblock_param_ops, NULL, 0); |