diff options
Diffstat (limited to 'include/asm-mips/time.h')
-rw-r--r-- | include/asm-mips/time.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-mips/time.h b/include/asm-mips/time.h index 2c07d42de..436bb7c36 100644 --- a/include/asm-mips/time.h +++ b/include/asm-mips/time.h @@ -15,6 +15,9 @@ #ifndef _ASM_TIME_H #define _ASM_TIME_H +#include <linux/ptrace.h> /* for struct pt_regs */ +#include <linux/linkage.h> /* for asmlinkage */ + /* * RTC ops. By default, they point a no-RTC functions. * rtc_get_time - mktime(year, mon, day, hour, min, sec) in seconds. |