openwrt/target/linux
Jo-Philipp Wich f01044e85c kernel: fix sdhci-msm build error
A missing upstream stable backport leads to the following build error:

     CC      drivers/mmc/host/sdhci-msm.o
    drivers/mmc/host/sdhci-msm.c:1158:3: error: 'const struct sdhci_ops' has no member named 'write_w'
      .write_w = sdhci_msm_write_w,
       ^~~~~~~
    drivers/mmc/host/sdhci-msm.c:1158:13: warning: excess elements in struct initializer
      .write_w = sdhci_msm_write_w,
                 ^~~~~~~~~~~~~~~~~
    drivers/mmc/host/sdhci-msm.c:1158:13: note: (near initialization for 'sdhci_msm_ops')
    scripts/Makefile.build:326: recipe for target 'drivers/mmc/host/sdhci-msm.o' failed

Solve the issue by backporting commit
99d570da30 ("mmc: Kconfig: Enable CONFIG_MMC_SDHCI_IO_ACCESSORS")
from linux-stable.

Ref: 528508ae8b (commitcomment-32049231)
Fixes: 528508ae8b ("kernel: bump 4.14 to 4.14.95")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-01-25 09:23:33 +01:00
..
adm5120
adm8668
apm821xx apm821xx: dts overhaul 2019-01-24 15:53:03 +01:00
ar7
ar71xx kernel: bump 4.14 to 4.14.95 2019-01-24 10:10:45 +01:00
arc770
archs38
armvirt
at91 at91: dts: Unify naming of gpio-keys nodes 2019-01-24 15:53:02 +01:00
ath25
ath79 kernel: bump 4.14 to 4.14.95 2019-01-24 10:10:45 +01:00
au1000
bcm53xx bcm53xx: add support for Phicomm K3 2019-01-20 23:34:44 +01:00
brcm47xx kernel: bump 4.19 to 4.19.16 2019-01-17 03:04:13 +02:00
brcm63xx
brcm2708 brcm2708: boot-part feature integration 2019-01-24 15:53:02 +01:00
cns3xxx kernel: bump 4.14 to 4.14.93 2019-01-14 02:20:40 +02:00
gemini gemini: unify and fix ib-nas4220b and sq201 image creation 2019-01-24 15:53:04 +01:00
generic kernel: fix sdhci-msm build error 2019-01-25 09:23:33 +01:00
imx6
ipq40xx ipq40xx: dts: Unify naming of gpio-led nodes 2019-01-24 15:53:03 +01:00
ipq806x ipq806x: dts: Unify naming of gpio-led nodes 2019-01-24 15:53:03 +01:00
ixp4xx
kirkwood
lantiq kernel: bump 4.14 to 4.14.95 2019-01-24 10:10:45 +01:00
layerscape layerscape: dts: Unify naming of gpio-keys nodes 2019-01-24 15:53:04 +01:00
malta
mcs814x
mediatek kernel: bump 4.14 to 4.14.93 2019-01-14 02:20:40 +02:00
mpc85xx kernel: bump 4.19 to 4.19.16 2019-01-17 03:04:13 +02:00
mvebu
mxs
octeon
octeontx
omap
omap24xx
orion
oxnas oxnas: dts: Unify naming of gpio-led nodes 2019-01-24 15:53:04 +01:00
pistachio
ppc40x
ppc44x
ramips ramips: fix two-way hash and auto ageout on MT7621 2019-01-23 09:27:30 +01:00
rb532
samsung
sunxi sunxi: Add support for kernel 4.19 2019-01-13 17:35:14 +01:00
uml
x86
xburst
zynq
Makefile