diff --git a/target/linux/generic/pending-4.9/419-mtd-redboot-add-of_match_table-with-DT-binding.patch b/target/linux/generic/pending-4.9/419-mtd-redboot-add-of_match_table-with-DT-binding.patch index b47a621055..6ca9db8f09 100644 --- a/target/linux/generic/pending-4.9/419-mtd-redboot-add-of_match_table-with-DT-binding.patch +++ b/target/linux/generic/pending-4.9/419-mtd-redboot-add-of_match_table-with-DT-binding.patch @@ -12,7 +12,15 @@ Signed-off-by: Rafał Miłecki --- a/drivers/mtd/redboot.c +++ b/drivers/mtd/redboot.c -@@ -289,9 +289,16 @@ static int parse_redboot_partitions(stru +@@ -29,6 +29,7 @@ + #include + #include + #include ++#include + + struct fis_image_desc { + unsigned char name[16]; // Null terminated name +@@ -289,9 +290,16 @@ static int parse_redboot_partitions(stru return ret; } diff --git a/target/linux/generic/pending-4.9/420-mtd-redboot_space.patch b/target/linux/generic/pending-4.9/420-mtd-redboot_space.patch index 85fbe0512d..6a612a0e75 100644 --- a/target/linux/generic/pending-4.9/420-mtd-redboot_space.patch +++ b/target/linux/generic/pending-4.9/420-mtd-redboot_space.patch @@ -11,7 +11,7 @@ Signed-off-by: Felix Fietkau --- a/drivers/mtd/redboot.c +++ b/drivers/mtd/redboot.c -@@ -265,14 +265,21 @@ static int parse_redboot_partitions(stru +@@ -266,14 +266,21 @@ static int parse_redboot_partitions(stru #endif names += strlen(names)+1;