Fix an error introduced in the last commit

This commit is contained in:
Gregory Nutt 2014-04-19 07:54:52 -06:00
parent 4e72f42468
commit 4abb84524d
4 changed files with 4 additions and 2 deletions

View File

@ -117,4 +117,3 @@ extern "C"
#endif /* __ASSEMBLY__ */
#endif /* __ARCH_ARM_INCLUDE_LPC17XX_IRQ_H */

View File

@ -315,6 +315,7 @@ static int kinetis_irqinfo(int irq, uintptr_t *regaddr, uint32_t *bit,
void up_irqinitialize(void)
{
uintptr_t regaddr;
int nintlines;
int i;

View File

@ -56,7 +56,7 @@
#include "lpc17_clrpend.h"
/****************************************************************************
* Definitions
* Pre-processor Definitions
****************************************************************************/
/* Get a 32-bit version of the default priority */
@ -287,6 +287,7 @@ static int lpc17_irqinfo(int irq, uintptr_t *regaddr, uint32_t *bit,
void up_irqinitialize(void)
{
uintptr_t regaddr;
int nintlines;
int i;

View File

@ -289,6 +289,7 @@ static int tiva_irqinfo(int irq, uintptr_t *regaddr, uint32_t *bit,
void up_irqinitialize(void)
{
uintptr_t regaddr;
int nintlines;
int i;