drivers: hpet: fix includes
IRQ APIs were being used without pulling in the proper header. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
3ffb89ad7f
commit
b12a094d63
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
#include <drivers/timer/system_timer.h>
|
||||
#include <sys_clock.h>
|
||||
#include <spinlock.h>
|
||||
#include <irq.h>
|
||||
|
||||
#define HPET_REG32(off) (*(volatile u32_t *)(long) \
|
||||
(DT_INST_0_INTEL_HPET_BASE_ADDRESS + (off)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue