Commit 55e3daca authored by YueHaibing's avatar YueHaibing Committed by Mark Brown

spi: atmel-quadspi: Make atmel_qspi_get_name static

Fix sparse warning:

drivers/spi/atmel-quadspi.c:369:12: warning:
 symbol 'atmel_qspi_get_name' was not declared. Should it be static?
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent ca1438dc
...@@ -366,7 +366,7 @@ static int atmel_qspi_exec_op(struct spi_mem *mem, const struct spi_mem_op *op) ...@@ -366,7 +366,7 @@ static int atmel_qspi_exec_op(struct spi_mem *mem, const struct spi_mem_op *op)
return err; return err;
} }
const char *atmel_qspi_get_name(struct spi_mem *spimem) static const char *atmel_qspi_get_name(struct spi_mem *spimem)
{ {
return dev_name(spimem->spi->dev.parent); return dev_name(spimem->spi->dev.parent);
} }
......
Markdown is supported
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