intc: intc_ioapic: Remove unnecessary header
<zephyr/pm/device.h> is being included twice. Remove one of them. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
9e404d12d0
commit
7827441681
|
@ -89,7 +89,6 @@ DEVICE_MMIO_TOPLEVEL_STATIC(ioapic_regs, DT_DRV_INST(0));
|
|||
static __pinned_bss uint32_t ioapic_rtes;
|
||||
|
||||
#ifdef CONFIG_PM_DEVICE
|
||||
#include <zephyr/pm/device.h>
|
||||
|
||||
#define BITS_PER_IRQ 4
|
||||
#define IOAPIC_BITFIELD_HI_LO 0
|
||||
|
|
Loading…
Reference in a new issue