summaryrefslogtreecommitdiff
path: root/src/soc/cavium/cn81xx/spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/cavium/cn81xx/spi.c')
-rw-r--r--src/soc/cavium/cn81xx/spi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/cavium/cn81xx/spi.c b/src/soc/cavium/cn81xx/spi.c
index a3ef56743d..8faa972342 100644
--- a/src/soc/cavium/cn81xx/spi.c
+++ b/src/soc/cavium/cn81xx/spi.c
@@ -393,7 +393,6 @@ static int spi_ctrlr_xfer_vector(const struct spi_slave *slave,
return 0;
}
static const struct spi_ctrlr spi_ctrlr = {
-
.xfer_vector = spi_ctrlr_xfer_vector,
.max_xfer_size = SPI_CTRLR_DEFAULT_MAX_XFER_SIZE,
};