diff options
Diffstat (limited to 'arch/sh/lib/time.c')
| -rw-r--r-- | arch/sh/lib/time.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/arch/sh/lib/time.c b/arch/sh/lib/time.c index 51e1cc1181c..f9515447285 100644 --- a/arch/sh/lib/time.c +++ b/arch/sh/lib/time.c @@ -11,8 +11,10 @@   */  #include <common.h> +#include <init.h>  #include <asm/processor.h>  #include <asm/io.h> +#include <linux/bitops.h>  #if defined(CONFIG_CPU_SH4) || defined(CONFIG_ARCH_RMOBILE)  #define TSTR	0x4 | 
