diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-06-10 16:57:40 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-06-10 16:57:40 +0000 |
commit | af8dbee9b9ff6357b93e280ab73ed8ab62235561 (patch) | |
tree | 525e62ce5e6900258cef534602a147170009e499 /include/asm-mips/time.h | |
parent | bab55aba4508695975375a8bedca01bc854d2d25 (diff) |
Add support for DDB5477.
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. |