diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-15 03:07:32 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-15 03:07:32 +0000 |
commit | 00f11569ac8ca73cbcdef8822de1583e79aee571 (patch) | |
tree | 885056601a5d892577d3766cd39de5e0349df5ef /include/asm-alpha | |
parent | b9bc325e1946507c23965bdeda759f7dbbbbb6a7 (diff) |
Portability cleanup as required by Linus.
Diffstat (limited to 'include/asm-alpha')
-rw-r--r-- | include/asm-alpha/mc146818rtc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-alpha/mc146818rtc.h b/include/asm-alpha/mc146818rtc.h index 097703f1c..a643cfc35 100644 --- a/include/asm-alpha/mc146818rtc.h +++ b/include/asm-alpha/mc146818rtc.h @@ -24,4 +24,6 @@ outb_p((addr),RTC_PORT(0)); \ outb_p((val),RTC_PORT(1)); \ }) +#define RTC_IRQ 0 /* Don't support interrupt features. */ + #endif /* __ASM_ALPHA_MC146818RTC_H */ |