Unverified Commit d6644a1c authored by Wan Jiabing's avatar Wan Jiabing Committed by Mark Brown
Browse files

spi: Remove repeated struct declaration



struct spi_transfer is declared twice. One is declared at 24th line.
The blew one is not needed though. Remove the duplicate.

Signed-off-by: default avatarWan Jiabing <wanjiabing@vivo.com>
Link: https://lore.kernel.org/r/20210401065904.994121-1-wanjiabing@vivo.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent e6674508
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -247,7 +247,6 @@ static inline void *spi_get_drvdata(struct spi_device *spi)
}

struct spi_message;
struct spi_transfer;

/**
 * struct spi_driver - Host side "protocol" driver