From 4709d7c028cccfc4b47b03053965d459b320ad25 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sat, 23 Mar 2024 15:21:43 +0100 Subject: soc/cavium: Remove blank lines before '}' and after '{' Change-Id: Id604dc981d6ca0a8163b7477b7916210faa56a77 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/81470 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/soc/cavium/cn81xx/spi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/cavium/cn81xx/spi.c') 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, }; -- cgit v1.2.3