diff mbox series

[-next] spi: fsl: Remove unused extern declarations

Message ID 20230725135411.21152-1-yuehaibing@huawei.com (mailing list archive)
State Accepted
Commit 7ad1c439fb25907dba31af5d66b44c6a3b999c89
Headers show
Series [-next] spi: fsl: Remove unused extern declarations | expand

Commit Message

Yue Haibing July 25, 2023, 1:54 p.m. UTC
commit b36ece832512 ("spi/mpc8xxx: refactor the common code for SPI/eSPI controller")
left mpc8xxx_spi_bufs() behind.
And since commit 3c5395b66ff6 ("spi: fsl-(e)spi: simplify cleanup code")
mpc8xxx_spi_remove() is not used anymore.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/spi/spi-fsl-lib.h | 3 ---
 1 file changed, 3 deletions(-)

Comments

Mark Brown July 25, 2023, 6:58 p.m. UTC | #1
On Tue, 25 Jul 2023 21:54:11 +0800, YueHaibing wrote:
> commit b36ece832512 ("spi/mpc8xxx: refactor the common code for SPI/eSPI controller")
> left mpc8xxx_spi_bufs() behind.
> And since commit 3c5395b66ff6 ("spi: fsl-(e)spi: simplify cleanup code")
> mpc8xxx_spi_remove() is not used anymore.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/1] spi: fsl: Remove unused extern declarations
      commit: 7ad1c439fb25907dba31af5d66b44c6a3b999c89

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

diff --git a/drivers/spi/spi-fsl-lib.h b/drivers/spi/spi-fsl-lib.h
index 015a1abb6a84..50a07f984b23 100644
--- a/drivers/spi/spi-fsl-lib.h
+++ b/drivers/spi/spi-fsl-lib.h
@@ -103,12 +103,9 @@  extern void mpc8xxx_spi_rx_buf_u32(u32 data, struct mpc8xxx_spi *mpc8xxx_spi);
 
 extern struct mpc8xxx_spi_probe_info *to_of_pinfo(
 		struct fsl_spi_platform_data *pdata);
-extern int mpc8xxx_spi_bufs(struct mpc8xxx_spi *mspi,
-		struct spi_transfer *t, unsigned int len);
 extern const char *mpc8xxx_spi_strmode(unsigned int flags);
 extern void mpc8xxx_spi_probe(struct device *dev, struct resource *mem,
 		unsigned int irq);
-extern int mpc8xxx_spi_remove(struct device *dev);
 extern int of_mpc8xxx_spi_probe(struct platform_device *ofdev);
 
 #endif /* __SPI_FSL_LIB_H__ */