aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mtd/ubi/block.c2
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
159static struct kernel_param_ops ubiblock_param_ops __initdata = { 159static struct kernel_param_ops ubiblock_param_ops = {
160 .set = ubiblock_set_param, 160 .set = ubiblock_set_param,
161}; 161};
162module_param_cb(block, &ubiblock_param_ops, NULL, 0); 162module_param_cb(block, &ubiblock_param_ops, NULL, 0);