diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2018-07-30 12:06:20 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2018-07-30 12:07:06 +0200 |
commit | a3d2448fae5499356a31d71585a812ac65e7a39a (patch) | |
tree | 85c285025b4669478801afc22956ec0119ebd646 /target/linux/generic/pending-4.9/420-mtd-redboot_space.patch | |
parent | 23197e4580e933b2f81bfd06be051d6038bf24a9 (diff) | |
download | upstream-a3d2448fae5499356a31d71585a812ac65e7a39a.tar.gz upstream-a3d2448fae5499356a31d71585a812ac65e7a39a.tar.bz2 upstream-a3d2448fae5499356a31d71585a812ac65e7a39a.zip |
kernel: add missing include to redboot.c
This fixes:
drivers/mtd/redboot.c:299:34: error: array type has incomplete element type 'struct of_device_id'
Fixes: 5e8b4be53177 ("kernel: add DT binding support to the mtd redboot parser")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/generic/pending-4.9/420-mtd-redboot_space.patch')
-rw-r--r-- | target/linux/generic/pending-4.9/420-mtd-redboot_space.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 <nbd@nbd.name> --- 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; |