9
0
Fork 0

Fixed orphaned CONFIG_INTERRUPTS

replace remaining CONFIG_INTERRUPTS with CONFIG_USE_IRQ

Signed-off-by: Carsten Schlote <schlote@vahanus.net>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2008-04-04 11:24:38 +02:00
parent cccf87b621
commit a9912f68c6
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ void reset_cpu (ulong addr);
//void external_interrupt (struct pt_regs *);
void irq_install_handler(int, interrupt_handler_t *, void *);
void irq_free_handler (int);
#ifdef CONFIG_INTERRUPTS
#ifdef CONFIG_USE_IRQ
void enable_interrupts (void);
int disable_interrupts (void);
#else