diff options
| author | Peter Pearse <[email protected]> | 2007-05-18 14:34:19 +0100 |
|---|---|---|
| committer | Peter Pearse <[email protected]> | 2007-05-18 14:34:19 +0100 |
| commit | 879027daa838d245bf433ca2bb446bedace724f0 (patch) | |
| tree | 663792e944d667843d77f81dd3d5ab56ffa7f098 /cpu/microblaze/timer.c | |
| parent | 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72 (diff) | |
| parent | 70124c2602ae2d4c5d3dba05b482d91548242de8 (diff) | |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'cpu/microblaze/timer.c')
| -rw-r--r-- | cpu/microblaze/timer.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpu/microblaze/timer.c b/cpu/microblaze/timer.c index be4fd57cc49..ab1cb127492 100644 --- a/cpu/microblaze/timer.c +++ b/cpu/microblaze/timer.c @@ -24,6 +24,7 @@ #include <common.h> #include <asm/microblaze_timer.h> +#include <asm/microblaze_intc.h> volatile int timestamp = 0; @@ -44,9 +45,6 @@ void set_timer (ulong t) #ifdef CFG_INTC_0 #ifdef CFG_TIMER_0 -extern void install_interrupt_handler (int irq, interrupt_handler_t * hdlr, - void *arg); - microblaze_timer_t *tmr = (microblaze_timer_t *) (CFG_TIMER_0_ADDR); void timer_isr (void *arg) |
