mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
Merge branch 'fixes' into next
This commit is contained in:
@@ -1320,7 +1320,7 @@ static void mmc_spi_dma_free(struct mmc_spi_host *host)
|
|||||||
DMA_BIDIRECTIONAL);
|
DMA_BIDIRECTIONAL);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
static inline mmc_spi_dma_alloc(struct mmc_spi_host *host) { return 0; }
|
static inline int mmc_spi_dma_alloc(struct mmc_spi_host *host) { return 0; }
|
||||||
static inline void mmc_spi_dma_free(struct mmc_spi_host *host) {}
|
static inline void mmc_spi_dma_free(struct mmc_spi_host *host) {}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user