[PATCH 2/4] RT: remove conflicting rtc_lock declaration

From: Frank Rowand
Date: Tue Jan 15 2008 - 17:21:20 EST


From: Frank Rowand <frank.rowand@xxxxxxxxxxx>

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@xxxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/