summaryrefslogtreecommitdiff
path: root/board/adlrvpp_npcx/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/adlrvpp_npcx/board.c')
-rw-r--r--board/adlrvpp_npcx/board.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/adlrvpp_npcx/board.c b/board/adlrvpp_npcx/board.c
index f0b2a4408d..9736f81807 100644
--- a/board/adlrvpp_npcx/board.c
+++ b/board/adlrvpp_npcx/board.c
@@ -16,7 +16,8 @@
#include "uart.h"
#include "usb_pd_tcpm.h"
-#include "gpio_list.h" /* Must come after other header files. */
+/* Must come after other header files and interrupt handler declarations */
+#include "gpio_list.h"
/******************************************************************************/
/* I2C ports */