devicetree: Change DT_FOREACH_IMPL_ to not insert semicolon
Remove semicolon between instance invocations of DT_FOREACH_IMPL_ and thus DT_INST_FOREACH. This provides more flexibility to the user. This requires we fixup in tree users to add semicolon where needed. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
06d4c6d8b3
commit
0a7d4e2135
50 changed files with 52 additions and 52 deletions
|
@ -370,6 +370,6 @@ static const struct spi_driver_api spi_cc13xx_cc26xx_driver_api = {
|
|||
SPI_CONTEXT_INIT_SYNC(spi_cc13xx_cc26xx_data_##n, ctx), \
|
||||
}; \
|
||||
\
|
||||
SPI_CC13XX_CC26XX_DEVICE_INIT(n)
|
||||
SPI_CC13XX_CC26XX_DEVICE_INIT(n);
|
||||
|
||||
DT_INST_FOREACH(SPI_CC13XX_CC26XX_INIT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue