kernel_optimize_test/drivers/mmc/host
Geert Uytterhoeven 14801c6240 mmc: mmc_spi: Fix mmc_spi_dma_alloc() return type for !HAS_DMA
If CONFIG_NO_DMA=y (e.g. Sun-3 allmodconfig):

    drivers/mmc/host/mmc_spi.c:1323:15: warning: return type defaults to ‘int’ [-Wreturn-type]
     static inline mmc_spi_dma_alloc(struct mmc_spi_host *host) { return 0; }
		   ^~~~~~~~~~~~~~~~~

Fix this by adding the missing return type.

Fixes: a395acf0f6 ("mmc: mmc_spi: Allow the driver to be built when CONFIG_HAS_DMA is unset")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/20200914094243.3912-1-geert@linux-m68k.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2020-09-14 11:46:16 +02:00
..
alcor.c mmc: alcor: Fix a resource leak in the error path for ->probe() 2020-05-07 15:10:25 +02:00
android-goldfish.c mmc: android-goldfish: Enable MMC_CAP2_NO_SDIO 2020-05-28 11:20:56 +02:00
atmel-mci.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
au1xmmc.c mmc: au1xmmc: Drop redundant code in au1xmmc_send_command() 2020-05-28 11:20:56 +02:00
bcm2835.c mmc: host: Drop redundant MMC_CAP_ERASE 2020-05-28 11:22:14 +02:00
cavium-octeon.c mmc: cavium-octeon: remove nonsense variable coercion 2020-03-27 13:26:25 +01:00
cavium-thunderx.c
cavium.c mmc: host: Drop redundant MMC_CAP_ERASE 2020-05-28 11:22:14 +02:00
cavium.h
cb710-mmc.c mmc: cb710: Inform the mmc core about the maximum busy timeout 2020-05-28 11:22:13 +02:00
cb710-mmc.h
cqhci.c mmc: cqhci: Fix a print format for the task descriptor 2020-07-24 11:55:21 +02:00
cqhci.h mmc: cqhci: Add cqhci_deactivate() 2020-03-24 14:39:52 +01:00
davinci_mmc.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
dw_mmc-bluefield.c
dw_mmc-exynos.c mmc: dw_mmc-exynos: remove redundant initialization of variable 'found' 2020-07-13 12:18:26 +02:00
dw_mmc-exynos.h
dw_mmc-hi3798cv200.c
dw_mmc-k3.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
dw_mmc-pci.c
dw_mmc-pltfm.c
dw_mmc-pltfm.h
dw_mmc-rockchip.c
dw_mmc-zx.c
dw_mmc-zx.h
dw_mmc.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
dw_mmc.h
jz4740_mmc.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
Kconfig mmc: mmc_spi: Allow the driver to be built when CONFIG_HAS_DMA is unset 2020-09-07 08:57:44 +02:00
Makefile mmc: host: add Coldfire esdhc support 2020-05-28 11:22:15 +02:00
meson-gx-mmc.c mmc: meson-gx: limit segments to 1 when dram-access-quirk is needed 2020-06-16 12:15:06 +02:00
meson-mx-sdhc-clkc.c mmc: meson-mx-sdhc: Don't use literal 0 to initialize structs 2020-05-28 11:22:15 +02:00
meson-mx-sdhc-mmc.c mmc: meson-mx-sdhc: Fix manual RX FIFO flushing 2020-05-28 11:22:15 +02:00
meson-mx-sdhc.h mmc: host: meson-mx-sdhc: new driver for the Amlogic Meson SDHC host 2020-05-28 11:22:14 +02:00
meson-mx-sdio.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
mmc_hsq.c mmc: host: Introduce the request_atomic() for the host 2020-05-28 11:20:59 +02:00
mmc_hsq.h mmc: host: Introduce the request_atomic() for the host 2020-05-28 11:20:59 +02:00
mmc_spi.c mmc: mmc_spi: Fix mmc_spi_dma_alloc() return type for !HAS_DMA 2020-09-14 11:46:16 +02:00
mmci_qcom_dml.c
mmci_stm32_sdmmc.c mmc: mmci_sdmmc: fix DMA API warning max segment size 2020-05-29 12:38:00 +02:00
mmci.c mmc: mmci: add sdio datactrl mask for sdmmc revisions 2020-07-13 12:18:23 +02:00
mmci.h mmc: mmci_sdmmc: Implement signal voltage callbacks 2020-03-24 14:35:40 +01:00
moxart-mmc.c
mtk-sd.c mmc: mediatek: add optional module reset property 2020-08-24 09:39:53 +02:00
mvsdio.c mmc: host: Drop redundant MMC_CAP_ERASE 2020-05-28 11:22:14 +02:00
mvsdio.h
mxcmmc.c mmc: mxcmmc: Use dma_request_chan() instead dma_request_slave_channel() 2019-12-19 08:19:42 +01:00
mxs-mmc.c mmc: host: Drop redundant MMC_CAP_ERASE 2020-05-28 11:22:14 +02:00
of_mmc_spi.c
omap_hsmmc.c mmc: host: Drop redundant MMC_CAP_ERASE 2020-05-28 11:22:14 +02:00
omap.c mmc: host: Drop redundant MMC_CAP_ERASE 2020-05-28 11:22:14 +02:00
owl-mmc.c mmc: owl-mmc: Get rid of of_match_ptr() macro 2020-07-06 15:56:41 +02:00
pxamci.c mmc: pxamci: Use dma_request_chan() instead dma_request_slave_channel() 2019-12-19 08:19:42 +01:00
pxamci.h
renesas_sdhi_core.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
renesas_sdhi_internal_dmac.c mmc: renesas_sdhi_internal_dmac: Fix dma unmapping in error cases 2020-07-13 12:18:24 +02:00
renesas_sdhi_sys_dmac.c
renesas_sdhi.h mmc: renesas_sdhi: Avoid bad TAP in HS400 2020-05-28 11:21:02 +02:00
rtsx_pci_sdmmc.c MMC core: 2020-08-05 13:23:24 -07:00
rtsx_usb_sdmmc.c mmc: rtsx_usb_sdmmc: Remove set but unused variable 'err' 2020-07-13 12:18:25 +02:00
s3cmci.c mmc: s3cmci: Drop redundant code in s3cmci_setup_data() 2020-05-28 11:20:56 +02:00
s3cmci.h
sdhci_am654.c mmc: sdhci_am654: Add support for clkbuf_sel property 2020-07-13 12:18:24 +02:00
sdhci_f_sdh30.c mmc: sdhci_f_sdh30: convert to devm_platform_ioremap_resource 2019-12-18 14:46:06 +01:00
sdhci_f_sdh30.h
sdhci-acpi.c mmc: sdhci-acpi: Clear amd_sdhci_host on reset 2020-09-07 08:57:44 +02:00
sdhci-bcm-kona.c
sdhci-brcmstb.c mmc: sdhci-brcmstb: Fix incorrect switch to HS mode 2020-01-20 12:01:19 +01:00
sdhci-cadence.c mmc: sdhci-cadence: do not use hardware tuning for SD mode 2020-07-24 12:21:39 +02:00
sdhci-cns3xxx.c
sdhci-dove.c
sdhci-esdhc-imx.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
sdhci-esdhc-mcf.c mmc: host: add Coldfire esdhc support 2020-05-28 11:22:15 +02:00
sdhci-esdhc.h mmc: sdhci-esdhc: update contact email 2020-05-28 11:21:03 +02:00
sdhci-iproc.c mmc: sdhci-iproc: Do not define 'struct acpi_device_id' when !CONFIG_ACPI 2020-07-13 12:18:26 +02:00
sdhci-milbeaut.c mmc: sdhci: milbeaut: Use sdhci_set_power_and_voltage() 2020-03-24 14:39:53 +01:00
sdhci-msm.c mmc: sdhci-msm: Add retries when all tuning phases are found valid 2020-09-07 08:57:44 +02:00
sdhci-of-arasan.c mmc: sdhci-of-arasan: fix timings allocation code 2020-07-24 11:53:33 +02:00
sdhci-of-aspeed.c mmc: sdhci-of-aspeed: Fix clock divider calculation 2020-07-13 12:17:34 +02:00
sdhci-of-at91.c mmc: sdhci-of-at91: fix CALCR register being rewritten 2020-05-29 12:38:00 +02:00
sdhci-of-dwcmshc.c mmc: sdhci-of-dwcmshc: add suspend/resume support 2020-05-28 11:22:14 +02:00
sdhci-of-esdhc.c mmc: sdhci-of-esdhc: Don't walk device-tree on every interrupt 2020-09-07 08:57:44 +02:00
sdhci-of-hlwd.c
sdhci-omap.c mmc: sdhci-omap: Add Support for Suspend/Resume 2020-03-24 14:39:52 +01:00
sdhci-pci-arasan.c
sdhci-pci-core.c mmc: sdhci-pci: Fix SDHCI_RESET_ALL for CQHCI for Intel GLK-based controllers 2020-08-21 11:02:29 +02:00
sdhci-pci-data.c
sdhci-pci-dwc-mshc.c
sdhci-pci-gli.c mmc: sdhci-pci-gli: Set SDR104's clock to 205MHz and enable SSC for GL975x 2020-07-24 12:09:33 +02:00
sdhci-pci-o2micro.c mmc: sdhci-pci-o2micro: Add HW tuning for SDR104 mode 2020-07-24 12:34:42 +02:00
sdhci-pci.h mmc: sdhci-pci-gli: Add Genesys Logic GL9763E support 2020-05-28 11:22:14 +02:00
sdhci-pic32.c
sdhci-pltfm.c
sdhci-pltfm.h mmc: Replace zero-length array with flexible-array member 2020-03-24 14:39:45 +01:00
sdhci-pxav2.c
sdhci-pxav3.c
sdhci-s3c.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
sdhci-sirf.c
sdhci-spear.c mmc: sdhci-spear: convert to devm_platform_ioremap_resource 2019-12-18 14:46:06 +01:00
sdhci-sprd.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
sdhci-st.c
sdhci-tegra.c sdhci: tegra: Add missing TMCLK for data timeout 2020-08-28 10:31:39 +02:00
sdhci-xenon-phy.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
sdhci-xenon.c mmc: sdhci-xenon: fix annoying 1.8V regulator warning 2020-04-20 10:09:03 +02:00
sdhci-xenon.h
sdhci.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
sdhci.h mmc: sdhci: Allow platform controlled voltage switching 2020-07-13 12:18:24 +02:00
sdricoh_cs.c mmc: sdricoh_cs: Respect the cmd->busy_timeout from the mmc core 2020-05-28 11:22:14 +02:00
sh_mmcif.c mmc: sh_mmcif: Use "kHz" for kilohertz 2020-07-13 12:18:23 +02:00
sunxi-mmc.c mmc: host: Drop redundant MMC_CAP_ERASE 2020-05-28 11:22:14 +02:00
tifm_sd.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
tmio_mmc_core.c mmc: tmio: core: Add end operation into tmio_mmc_dma_ops 2020-07-13 12:18:24 +02:00
tmio_mmc.c
tmio_mmc.h mmc: tmio: core: Add end operation into tmio_mmc_dma_ops 2020-07-13 12:18:24 +02:00
toshsd.c
toshsd.h
uniphier-sd.c mmc: uniphier-sd: call devm_request_irq() after tmio_mmc_host_probe() 2020-05-28 11:22:14 +02:00
usdhi6rol0.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
ushc.c
via-sdmmc.c mmc: via-sdmmc: use generic power management 2020-07-24 12:25:24 +02:00
vub300.c mmc: vub300: Use scnprintf() for avoiding potential buffer overflow 2020-03-24 14:39:52 +01:00
wbsd.c mmc: wbsd: Replace hardcoded command numbers with existing defines 2020-05-28 11:20:56 +02:00
wbsd.h
wmt-sdmmc.c