diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-03-23 15:21:43 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-03-30 07:45:25 +0000 |
commit | 4709d7c028cccfc4b47b03053965d459b320ad25 (patch) | |
tree | d9e7cbd7ed2ba336399aff4ca75abf1e32d3e919 /src/soc | |
parent | ebbb15f0845419a65fcfba4c716914bab54c0db9 (diff) |
soc/cavium: Remove blank lines before '}' and after '{'
Change-Id: Id604dc981d6ca0a8163b7477b7916210faa56a77
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81470
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/cavium/cn81xx/spi.c | 1 |
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, }; |