summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/files
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@freemail.hu>2017-12-13 21:56:03 +0100
committerJohn Crispin <john@phrozen.org>2017-12-15 23:57:09 +0100
commitc13b4ef2c8a796fb1d1fb95e2ab5185a69479b22 (patch)
tree740a528ddc8d4ea6c2aff81dbf8f078f6aa5e1f0 /target/linux/ar71xx/files
parenta9940ca2d7afb4f287c9799ab17d292e83cc03df (diff)
downloadmtk-20170518-c13b4ef2c8a796fb1d1fb95e2ab5185a69479b22.zip
mtk-20170518-c13b4ef2c8a796fb1d1fb95e2ab5185a69479b22.tar.gz
mtk-20170518-c13b4ef2c8a796fb1d1fb95e2ab5185a69479b22.tar.bz2
kernel: fix compiler warning in mtdsplit_minor.c under 4.4
When mtdsplit_minor.c is compiled under Linux 4.4, the compiler drops the following warning: CC drivers/mtd/mtdsplit/mtdsplit_minor.o drivers/mtd/mtdsplit/mtdsplit_minor.c:106:14: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .parse_fn = mtdsplit_parse_minor, ^ drivers/mtd/mtdsplit/mtdsplit_minor.c:106:14: note: (near initialization for 'mtdsplit_minor_parser.parse_fn') The second parameter of the parser function must not have a 'const' qualifier in 4.4. The 001-mtdsplit_backport.patch removes the qualifier from other partition parsers. Update it to handle mtdsplit_minor.c as well. Signed-off-by: Gabor Juhos <juhosg@freemail.hu>
Diffstat (limited to 'target/linux/ar71xx/files')
0 files changed, 0 insertions, 0 deletions