Fix e-mail address of Gary Jennejohn.
[oweals/u-boot.git] / cpu / arm926ejs / interrupts.c
index 0971fea8143b39dea218648dd31b5ec0c4fd5ea0..ce979f3d87b47a2a2709f11e94eccc50b11b75b6 100644 (file)
@@ -11,7 +11,7 @@
  * Alex Zuepke <azu@sysgo.de>
  *
  * (C) Copyright 2002-2004
- * Gary Jennejohn, DENX Software Engineering, <gj@denx.de>
+ * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
  *
  * (C) Copyright 2004
  * Philippe Robin, ARM Ltd. <philippe.robin@arm.com>
@@ -38,7 +38,7 @@
 #include <common.h>
 #include <arm926ejs.h>
 
-#if defined(CONFIG_INTEGRATOR) || defined(CONFIG_AT91CAP9ADK)
+#ifdef CONFIG_INTEGRATOR
 
        /* Timer functionality supplied by Integrator board (AP or CP) */
 
@@ -49,7 +49,7 @@ int interrupt_init (void)
 {
        extern void timer_init(void);
 
-       timer_init();
+       timer_init();
 
        return 0;
 }