Skip to content

Commit

Permalink
drivers: hpet: fix includes
Browse files Browse the repository at this point in the history
IRQ APIs were being used without pulling in the proper header.

Signed-off-by: Andrew Boie <[email protected]>
  • Loading branch information
Andrew Boie authored and nashif committed Oct 9, 2019
1 parent 3ffb89a commit b12a094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/timer/hpet.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit b12a094

Please sign in to comment.