X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fixp%2Ftimer.c;h=deb227a1a63742fe15a56e5d180b4e3693396d60;hb=1129b14e549c8629cbff8c19cb650cc431211868;hp=09d8ad56020c969c738f2f10d0d7f68d47101ff5;hpb=f82642e33899766892499b163e60560fbbf87773;p=oweals%2Fu-boot.git diff --git a/cpu/ixp/timer.c b/cpu/ixp/timer.c index 09d8ad5602..deb227a1a6 100644 --- a/cpu/ixp/timer.c +++ b/cpu/ixp/timer.c @@ -32,7 +32,6 @@ #include #include -#ifndef CONFIG_USE_IRQ ulong get_timer (ulong base) { return get_timer_masked () - base; @@ -80,4 +79,3 @@ ulong get_timer_masked (void) } return (reload_constant - current); } -#endif /* #ifndef CONFIG_USE_IRQ */