Unverified Commit b5881b15 authored by YueHaibing's avatar YueHaibing Committed by Mark Brown
Browse files

spi: spi-mem: Make spi_mem_default_supports_op() static inline



Stub helper spi_mem_default_supports_op() should
be set to static inline

Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 72e68416
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -315,6 +315,7 @@ spi_controller_dma_unmap_mem_op_data(struct spi_controller *ctlr,
{
}

static inline
bool spi_mem_default_supports_op(struct spi_mem *mem,
				 const struct spi_mem_op *op)
{