CVSROOT: /home/cvs
Module name: linux
Changes by: ths@ftp.linux-mips.org 05/01/09 14:39:23
Modified files:
include/asm-mips/mach-ip32: mc146818rtc.h
Log message:
IP32 power button delivers interrupt through RTC,
so we can't let generic RTC driver use this interrupt.
diff -urN linux/include/asm-mips/mach-ip32/mc146818rtc.h
linux/include/asm-mips/mach-ip32/mc146818rtc.h
--- linux/include/asm-mips/mach-ip32/mc146818rtc.h 2004/12/04 21:14:12
1.7
+++ linux/include/asm-mips/mach-ip32/mc146818rtc.h 2005/01/09 14:39:23
1.8
@@ -13,10 +13,8 @@
#include <asm/io.h>
#include <asm/ip32/mace.h>
-#include <asm/ip32/ip32_ints.h> /* For MACEISA_RTC_IRQ */
#define RTC_PORT(x) (0x70 + (x))
-#define RTC_IRQ MACEISA_RTC_IRQ
static unsigned char CMOS_READ(unsigned long addr)
{
|