Skip to content

Commit 2093263

Browse files
mib1-nordiccfriedt
authored andcommitted
drivers: nrf: Add missing SoC header includes to adc and i2s
Add missing SoC header include required by memory region assertion to adc_nrfx_saadc and i2s_nrf_tdm shims. Signed-off-by: Michał Bainczyk <[email protected]>
1 parent 9c49eaf commit 2093263

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/adc/adc_nrfx_saadc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <zephyr/pm/device.h>
1616
#include <zephyr/pm/device_runtime.h>
1717
#include <dmm.h>
18+
#include <soc.h>
1819

1920
LOG_MODULE_REGISTER(adc_nrfx_saadc, CONFIG_ADC_LOG_LEVEL);
2021

drivers/i2s/i2s_nrf_tdm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <zephyr/kernel.h>
1717
#include <zephyr/logging/log.h>
1818
#include <dmm.h>
19+
#include <soc.h>
1920
#include <stdlib.h>
2021

2122
LOG_MODULE_REGISTER(tdm_nrf, CONFIG_I2S_LOG_LEVEL);

0 commit comments

Comments
 (0)