drivers: spi: sifive: Fix comment to match ifdef
The endif comment didn't match the actual ifdef define. Fix the comment to match. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
84e381e0a7
commit
93b78b7bf8
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ static struct spi_driver_api spi_sifive_api = {
|
|||
SPI_INIT(0);
|
||||
|
||||
#endif /* DT_INST_0_SIFIVE_SPI0_LABEL */
|
||||
#endif /* !DT_SIFIVE_SPI0_0_ROM */
|
||||
#endif /* !CONFIG_SIFIVE_SPI_0_ROM */
|
||||
|
||||
#ifdef DT_INST_1_SIFIVE_SPI0_LABEL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue