[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1200435595.4092.17.camel@bx740>
Date: Tue, 15 Jan 2008 14:19:55 -0800
From: Frank Rowand <frank.rowand@...sony.com>
To: linux-kernel@...r.kernel.org
Cc: mingo@...hat.com, tglx@...utronix.de
Subject: [PATCH 2/4] RT: remove conflicting rtc_lock declaration
From: Frank Rowand <frank.rowand@...sony.com>
Declaration of rtc_lock in arch/mips/kernel/time.c conflicts with time.h,
remove from include/asm-mips/time.h.
Signed-off-by: Frank Rowand <frank.rowand@...sony.com>
---
include/asm-mips/time.h | 2 0 + 2 - 0 !
1 files changed, 2 deletions(-)
Index: linux-2.6.24-rc7/include/asm-mips/time.h
===================================================================
--- linux-2.6.24-rc7.orig/include/asm-mips/time.h
+++ linux-2.6.24-rc7/include/asm-mips/time.h
@@ -19,8 +19,6 @@
#include <linux/clockchips.h>
#include <linux/clocksource.h>
-extern raw_spinlock_t rtc_lock;
-
/*
* RTC ops. By default, they point to weak no-op RTC functions.
* rtc_mips_set_time - reverse the above translation and set time to RTC.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists