Commit 10ed1e6d authored by Heiner Kallweit's avatar Heiner Kallweit Committed by Mark Brown

spi: fsl-espi: add missing static declaration to fsl_espi_cpu_irq

Add missing static declaration to fsl_espi_cpu_irq.
Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent bbb55f6d
...@@ -471,7 +471,7 @@ static void fsl_espi_cleanup(struct spi_device *spi) ...@@ -471,7 +471,7 @@ static void fsl_espi_cleanup(struct spi_device *spi)
spi_set_ctldata(spi, NULL); spi_set_ctldata(spi, NULL);
} }
void fsl_espi_cpu_irq(struct mpc8xxx_spi *mspi, u32 events) static void fsl_espi_cpu_irq(struct mpc8xxx_spi *mspi, u32 events)
{ {
struct fsl_espi_reg *reg_base = mspi->reg_base; struct fsl_espi_reg *reg_base = mspi->reg_base;
......
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