mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	
				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: 
		
	
					 | 
			||
|---|---|---|
| .. | ||
| backport-4.9 | ||
| backport-4.14 | ||
| backport-4.19 | ||
| files | ||
| hack-4.9 | ||
| hack-4.14 | ||
| hack-4.19 | ||
| image | ||
| other-files | ||
| pending-3.18 | ||
| pending-4.9 | ||
| pending-4.14 | ||
| pending-4.19 | ||
| config-3.18 | ||
| config-4.9 | ||
| config-4.14 | ||
| config-4.19 | ||
| PATCHES | ||