From fbf8b288e1f318cb697f4a86cbe01b4b9573b82d Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 26 Jun 2014 13:47:46 +0000 Subject: kernel: refresh generic patches Signed-off-by: John Crispin SVN-Revision: 41352 --- .../042-UBI-block-Mark-init-only-symbol-as-__initdata.patch | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'target/linux/generic/patches-3.10/042-UBI-block-Mark-init-only-symbol-as-__initdata.patch') diff --git a/target/linux/generic/patches-3.10/042-UBI-block-Mark-init-only-symbol-as-__initdata.patch b/target/linux/generic/patches-3.10/042-UBI-block-Mark-init-only-symbol-as-__initdata.patch index 181cecb4af..54660992c2 100644 --- a/target/linux/generic/patches-3.10/042-UBI-block-Mark-init-only-symbol-as-__initdata.patch +++ b/target/linux/generic/patches-3.10/042-UBI-block-Mark-init-only-symbol-as-__initdata.patch @@ -24,11 +24,9 @@ Signed-off-by: Artem Bityutskiy drivers/mtd/ubi/block.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/drivers/mtd/ubi/block.c b/drivers/mtd/ubi/block.c -index 6402e41..cd6be98 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,7 +156,7 @@ static int __init ubiblock_set_param(con return 0; } @@ -37,6 +35,3 @@ index 6402e41..cd6be98 100644 .set = ubiblock_set_param, }; module_param_cb(block, &ubiblock_param_ops, NULL, 0); --- -1.9.2 - -- cgit v1.2.3