SAMA5 board.h files use type xcpt_t and so must include nuttx/irq.h for type xcpt_t

This commit is contained in:
Gregory Nutt 2014-04-17 10:01:15 -06:00
parent c6d70e29bc
commit 2f3fa3cbdc
3 changed files with 6 additions and 0 deletions

View File

@ -7187,3 +7187,7 @@
* arch/arm/src/sama5/sam_emac.c: Add missing right parentheses. This * arch/arm/src/sama5/sam_emac.c: Add missing right parentheses. This
introduced in the above change and is Sourceforge patch 39 from Luciano introduced in the above change and is Sourceforge patch 39 from Luciano
Neri (2014-4-17). Neri (2014-4-17).
* configs/sama5dx-ek/include/board.h and sama5d3-xplained.h: These files
referenct type xcpt_t and so must include nuttx/irq.h. This is
Sourceforge bug 25 submitted by Luciano Neri (2014-4-17).

View File

@ -41,6 +41,7 @@
************************************************************************************/ ************************************************************************************/
#include <nuttx/config.h> #include <nuttx/config.h>
#include <nuttx/irq.h>
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions

View File

@ -41,6 +41,7 @@
************************************************************************************/ ************************************************************************************/
#include <nuttx/config.h> #include <nuttx/config.h>
#include <nuttx/irq.h>
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions