diff options
Diffstat (limited to 'lib_sh/time.c')
-rw-r--r-- | lib_sh/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_sh/time.c b/lib_sh/time.c index 3d33918..9c1dc50 100644 --- a/lib_sh/time.c +++ b/lib_sh/time.c @@ -22,7 +22,7 @@ */ #include <common.h> -#include <asm/processer.h> +#include <asm/processor.h> static void tmu_timer_start (unsigned int timer) { |