diff options
Diffstat (limited to 'cpu/lh7a40x/timer.c')
-rw-r--r-- | cpu/lh7a40x/timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/lh7a40x/timer.c b/cpu/lh7a40x/timer.c index f0baf147379..f9b5be01042 100644 --- a/cpu/lh7a40x/timer.c +++ b/cpu/lh7a40x/timer.c @@ -30,7 +30,6 @@ */ #include <common.h> -#include <arm920t.h> #include <lh7a40x.h> static ulong timer_load_val = 0; |