Skip to content
Unverified Commit 46109648 authored by Naga Sureshkumar Relli's avatar Naga Sureshkumar Relli Committed by Mark Brown
Browse files

spi: spi-mem: export spi_mem_default_supports_op()



Export spi_mem_default_supports_op(), so that controller drivers
can use this.
spi-mem driver already exports this using EXPORT_SYMBOL,
but not declared it in spi-mem.h.
This patch declares spi_mem_default_supports_op() in spi-mem.h and
also removes the static from the function prototype.

Signed-off-by: default avatarNaga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 5a4df21e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment