wdt: wdt_intel_adsp: Remove unused variable

In the intel_adsp_wdt_isr function was an unused dev_config variable.
The variable was removed. This was caught by the sof CI.

Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
This commit is contained in:
Adrian Warecki 2023-03-30 15:11:01 +02:00 committed by Anas Nashif
commit 600e7b7f21

View file

@ -131,7 +131,6 @@ static int intel_adsp_wdt_feed(const struct device *dev, int channel_id)
#if WDT_INTEL_ADSP_INTERRUPT_SUPPORT
static void intel_adsp_wdt_isr(const struct device *dev)
{
const struct intel_adsp_wdt_dev_cfg *const dev_config = dev->config;
struct intel_adsp_wdt_dev_data *const dev_data = dev->data;
const uint32_t cpu = arch_proc_id();
const uint32_t base = dev_data->core_wdt[cpu];