diff options
Diffstat (limited to 'sys-kernel/mips-sources/files/mipscvs-2.6.7-maceisa_rtc_irq-fix.patch')
-rw-r--r-- | sys-kernel/mips-sources/files/mipscvs-2.6.7-maceisa_rtc_irq-fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-kernel/mips-sources/files/mipscvs-2.6.7-maceisa_rtc_irq-fix.patch b/sys-kernel/mips-sources/files/mipscvs-2.6.7-maceisa_rtc_irq-fix.patch new file mode 100644 index 000000000000..098c9abfc88b --- /dev/null +++ b/sys-kernel/mips-sources/files/mipscvs-2.6.7-maceisa_rtc_irq-fix.patch @@ -0,0 +1,10 @@ +--- include/asm-mips/mach-ip32/mc146818rtc.h.orig 2004-06-21 00:47:35.931657976 -0400 ++++ include/asm-mips/mach-ip32/mc146818rtc.h 2004-06-21 00:47:50.704412176 -0400 +@@ -13,6 +13,7 @@ + + #include <asm/io.h> + #include <asm/ip32/mace.h> ++#include <asm/ip32/ip32_ints.h> + + #define RTC_PORT(x) (0x70 + (x)) + #define RTC_IRQ MACEISA_RTC_IRQ |