Commit 98e9400a authored by Stefan Roese's avatar Stefan Roese Committed by Greg Kroah-Hartman

staging: spi: mt7621: Remove superfluous pre-declaration of struct mt7621_spi

This patch removes the superfluous pre-declaration of struct mt7621_spi.
Signed-off-by: default avatarStefan Roese <sr@denx.de>
Cc: Mark Brown <broonie@kernel.org>
Cc: NeilBrown <neil@brown.name>
Cc: Sankalp Negi <sankalpnegi2310@gmail.com>
Cc: Chuanhong Guo <gch981213@gmail.com>
Cc: John Crispin <john@phrozen.org>
Reviewed-by: default avatarNeilBrown <neil@brown.name>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5220dd4f
......@@ -51,8 +51,6 @@
#define MT7621_CPOL BIT(4)
#define MT7621_LSB_FIRST BIT(3)
struct mt7621_spi;
struct mt7621_spi {
struct spi_master *master;
void __iomem *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