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:
parent
16770c743e
commit
600e7b7f21
1 changed files with 0 additions and 1 deletions
|
@ -131,7 +131,6 @@ static int intel_adsp_wdt_feed(const struct device *dev, int channel_id)
|
||||||
#if WDT_INTEL_ADSP_INTERRUPT_SUPPORT
|
#if WDT_INTEL_ADSP_INTERRUPT_SUPPORT
|
||||||
static void intel_adsp_wdt_isr(const struct device *dev)
|
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;
|
struct intel_adsp_wdt_dev_data *const dev_data = dev->data;
|
||||||
const uint32_t cpu = arch_proc_id();
|
const uint32_t cpu = arch_proc_id();
|
||||||
const uint32_t base = dev_data->core_wdt[cpu];
|
const uint32_t base = dev_data->core_wdt[cpu];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue