Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

YueHaibing and committed by
Mark Brown
b5881b15 72e68416

+1
+1
include/linux/spi/spi-mem.h
··· 315 315 { 316 316 } 317 317 318 + static inline 318 319 bool spi_mem_default_supports_op(struct spi_mem *mem, 319 320 const struct spi_mem_op *op) 320 321 {