immortalwrt/target/linux
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>
2017-12-15 23:57:09 +01:00
..
adm5120
adm8668
apm821xx apm821xx: use x86's upgrade scripts for MyBook Live 2017-12-14 09:29:30 +01:00
ar7 kernel: bump 4.9 to 4.9.63 2017-11-22 20:45:52 +01:00
ar71xx ar71xx: fix LED name typo for GL-AR300M 2017-12-15 23:50:21 +01:00
arc770 arc770: mark as source-only 2017-10-28 13:59:03 +02:00
archs38
armvirt merge: targets: update image generation and targets 2017-12-08 19:41:18 +01:00
at91
ath25
au1000
bcm53xx bcm53xx: use otrx for creating TRX images 2017-11-17 11:43:33 +01:00
brcm47xx brcm47xx: remove versions from linksys-e1000 target 2017-12-11 12:44:50 +01:00
brcm63xx brcm63xx: fix an OOPS when accessing the basemode register on 6368 2017-12-13 16:40:47 +01:00
brcm2708 kernel: bump 4.9 to 4.9.63 2017-11-22 20:45:52 +01:00
cns3xxx kernel: bump 4.9 to 4.9.67 2017-12-07 01:41:09 +02:00
gemini kernel: Update kernel 4.4 to 4.4.100 2017-11-25 19:48:39 +01:00
generic kernel: fix compiler warning in mtdsplit_minor.c under 4.4 2017-12-15 23:57:09 +01:00
imx6 treewide: add only one device when appending to TARGET_DEVICES 2017-12-12 18:47:26 +01:00
ipq806x base-files: unify get_dt_led helper function 2017-12-14 09:29:30 +01:00
ixp4xx ixp4xx: Update to 4.9 kernel, refresh patches. Remove kmod-spi-gpio-old usage. 2017-11-18 08:21:38 -05:00
kirkwood treewide: add only one device when appending to TARGET_DEVICES 2017-12-12 18:47:26 +01:00
lantiq base-files: unify get_dt_led helper function 2017-12-14 09:29:30 +01:00
layerscape kernel: bump 4.9 to 4.9.67 2017-12-07 01:41:09 +02:00
malta
mcs814x merge: targets: update image generation and targets 2017-12-08 19:41:18 +01:00
mediatek kernel: bump 4.9 to 4.9.63 2017-11-22 20:45:52 +01:00
mpc85xx
mvebu treewide: add only one device when appending to TARGET_DEVICES 2017-12-12 18:47:26 +01:00
mxs
octeon
omap
omap24xx merge: ssid: update default ssid 2017-12-08 19:41:18 +01:00
orion
oxnas kernel: Update kernel 4.4 to 4.4.100 2017-11-25 19:48:39 +01:00
pistachio kernel: bump 4.9 to 4.9.67 2017-12-07 01:41:09 +02:00
ppc40x
ppc44x
ramips treewide: add only one device when appending to TARGET_DEVICES 2017-12-12 18:47:26 +01:00
rb532
sunxi kernel: bump 4.9 to 4.9.65 2017-11-24 14:09:11 +02:00
uml merge: targets: update image generation and targets 2017-12-08 19:41:18 +01:00
x86 merge: targets: update image generation and targets 2017-12-08 19:41:18 +01:00
xburst
zynq
Makefile