You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/generic
Gabor Juhos c13b4ef2c8 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>
7 years ago
..
backport-4.9 kernel: bump 4.9 to 4.9.65 7 years ago
files generic: make mtdsplit-tplink.c honor rootfs offset 7 years ago
hack-4.9 kernel: bump 4.9 to 4.9.67 7 years ago
image treewide: replace nbd@openwrt.org with nbd@nbd.name 8 years ago
other-files kernel: move initramfs's init script out of base-files 7 years ago
pending-3.18 pending-3.18: 610-netfilter_match_bypass_default_check: fix 32bit compat layer 7 years ago
pending-4.4 kernel: fix compiler warning in mtdsplit_minor.c under 4.4 7 years ago
pending-4.9 kernel: MIPS compile out no-op DMA mapping ops where possible 7 years ago
PATCHES kernel: update PATCHES with a stricter policy 11 years ago
config-3.18 kernel: Enable fadvise on older kernels. 7 years ago
config-4.4 kernel: Enable fadvise on older kernels. 7 years ago
config-4.9 kernel: add support for limiting 4K erase sector support based on flash chip size 7 years ago