Skip to content

Commit f7757d5

Browse files
jeremydickkartben
authored andcommitted
drivers: spi: spi_renesas_ra Remove reference to undefined PM device
Remove a reference to get a PM device that isn't defined Signed-off-by: Jeremy Dick <[email protected]>
1 parent f51f86e commit f7757d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/spi/spi_renesas_ra.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ static void ra_spi_eri_isr(const struct device *dev)
834834
return 0; \
835835
} \
836836
\
837-
DEVICE_DT_INST_DEFINE(index, spi_ra_init##index, PM_DEVICE_DT_INST_GET(index), \
837+
DEVICE_DT_INST_DEFINE(index, spi_ra_init##index, NULL, \
838838
&ra_spi_data_##index, &ra_spi_config_##index, PRE_KERNEL_1, \
839839
CONFIG_SPI_INIT_PRIORITY, &ra_spi_driver_api);
840840

0 commit comments

Comments
 (0)